nixos/prowlarr: set HOME for the service (#317554)

This commit is contained in:
Bruno BELANYI 2024-09-03 11:08:10 +01:00 committed by GitHub
commit 4d1e8c93a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ in
ExecStart = "${lib.getExe cfg.package} -nobrowser -data=/var/lib/prowlarr";
Restart = "on-failure";
};
environment.HOME = "/var/empty";
};
networking.firewall = mkIf cfg.openFirewall {