nixos/prowlarr: set HOME for the service (#317554)
This commit is contained in:
commit
4d1e8c93a6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user