From 8ae96c9b38fcafcb0cb0616de72f5cbc0d6c24b9 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 31 Dec 2025 15:07:47 +0100 Subject: [PATCH] fix: nas pyload filebot service --- hosts/nas/modules/pyload.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/nas/modules/pyload.nix b/hosts/nas/modules/pyload.nix index 05a8152..90b5c08 100644 --- a/hosts/nas/modules/pyload.nix +++ b/hosts/nas/modules/pyload.nix @@ -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"