diff --git a/nixos/modules/services/networking/llama-swap.nix b/nixos/modules/services/networking/llama-swap.nix index 34303868bbd2..8dea5fa80e5e 100644 --- a/nixos/modules/services/networking/llama-swap.nix +++ b/nixos/modules/services/networking/llama-swap.nix @@ -112,6 +112,7 @@ in ProtectProc = "invisible"; ProtectHostname = true; ProcSubset = "pid"; + WorkingDirectory = "/tmp"; }; }; networking.firewall = lib.mkIf cfg.openFirewall { allowedTCPPorts = [ cfg.port ]; };