This commit is contained in:
mjallen18
2026-02-09 16:35:51 -06:00
parent 9ad06425c8
commit 1731647367
8 changed files with 151 additions and 80 deletions

View File

@@ -334,12 +334,17 @@ in
tpm2-tools
tpm2-tss
];
# persistence."/media/nas/main/persist" = {
# hideMounts = true;
# directories = [
# ];
# };
persistence."/media/nas/main/persist" = {
hideMounts = true;
directories = [
{
directory = "/var/lib/sabnzbd";
user = "sabnzbd";
group = "sabnzbd";
mode = "u=rwx,g=rx,o=rx";
}
];
};
};
networking.firewall.checkReversePath = false;