From 65c219bdeaa469c773bb4380902a65d07479472e Mon Sep 17 00:00:00 2001 From: pazpi Date: Sat, 24 Aug 2024 09:01:37 +0200 Subject: [PATCH] Removed UID, it breaks container inside unprivileged LXC --- modules/services/download-pod.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/services/download-pod.nix b/modules/services/download-pod.nix index 1d49a78..d255455 100644 --- a/modules/services/download-pod.nix +++ b/modules/services/download-pod.nix @@ -61,7 +61,6 @@ in jackett = { image = "linuxserver/jackett"; autoStart = true; - user = "1000:100"; extraOptions = [ "--pod=download" ]; @@ -71,7 +70,6 @@ in radarr = { image = "linuxserver/radarr"; autoStart = true; - user = "1000:100"; extraOptions = [ "--pod=download" ]; @@ -81,7 +79,6 @@ in sabnzbd = { image = "linuxserver/sabnzbd"; autoStart = true; - user = "1000:100"; extraOptions = [ "--pod=download" ]; @@ -91,7 +88,6 @@ in sonarr = { image = "linuxserver/sonarr"; autoStart = true; - user = "1000:100"; extraOptions = [ "--pod=download" ];