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" ];