Skip to content

Commit

Permalink
[Backport release-24.05] nixos/prowlarr: set HOME for the service (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisie authored Sep 3, 2024
2 parents cf72c84 + db4e63a commit 4a4a865
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 4a4a865

Please sign in to comment.