mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +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";
|
ExecStart = "${lib.getExe cfg.package} -nobrowser -data=/var/lib/prowlarr";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
environment.HOME = "/var/empty";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = mkIf cfg.openFirewall {
|
networking.firewall = mkIf cfg.openFirewall {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue