This commit is contained in:
soraefir
2026-05-20 00:56:23 +02:00
parent 5dcb3a7d4a
commit 46b6b4db4f

View File

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