Skip to content

Commit

Permalink
nixos/prowlarr: set HOME for the service (NixOS#317554)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisie authored Sep 3, 2024
2 parents 3bd4ec6 + 6e14231 commit 4d1e8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/prowlarr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4d1e8c9

Please sign in to comment.