fix: nas pyload filebot service

This commit is contained in:
2025-12-31 15:07:47 +01:00
parent 5dba628040
commit 8ae96c9b38

View File

@@ -90,6 +90,9 @@ in
};
serviceConfig = {
# Disable PrivateTmp so unrar can use system /tmp for extraction
PrivateTmp = lib.mkForce false;
# Bind-mount DNS configuration files into the sandboxed service
BindReadOnlyPaths = [
"/etc/resolv.conf"