From 46b6b4db4f14b3e0362818eb38f98a7548a91433 Mon Sep 17 00:00:00 2001 From: soraefir Date: Wed, 20 May 2026 00:56:23 +0200 Subject: [PATCH] root --- modules/server/containers/apps/servarr.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/server/containers/apps/servarr.nix b/modules/server/containers/apps/servarr.nix index 11888e3..25f1fa8 100644 --- a/modules/server/containers/apps/servarr.nix +++ b/modules/server/containers/apps/servarr.nix @@ -49,6 +49,7 @@ in { # "PROWLARR__SERVER__ENABLESSL" = "false"; }; extraOptions = [ + "--user=0:0" "--tmpfs=/tmp:rw,noexec,nosuid,size=512m" "--passwd-entry=root:x:0:0:root:/root:/bin/sh" ]; @@ -69,6 +70,7 @@ in { # "RADARR__SERVER__ENABLESSL" = "False"; }; extraOptions = [ + "--user=0:0" "--tmpfs=/tmp:rw,noexec,nosuid,size=512m" "--passwd-entry=root:x:0:0:root:/root:/bin/sh" ]; @@ -89,6 +91,7 @@ in { # "SONARR__SERVER__ENABLESSL" = "False"; }; extraOptions = [ + "--user=0:0" "--tmpfs=/tmp:rw,noexec,nosuid,size=512m" "--passwd-entry=root:x:0:0:root:/root:/bin/sh" ];