mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
nixos/prowlarr: set HOME for the service (#317554)
This commit is contained in:
commit
4d1e8c93a6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue