Skip to content

Commit

Permalink
nixos/prowlarr: set HOME for the service
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e14231)
  • Loading branch information
justinas authored and github-actions[bot] committed Sep 3, 2024
1 parent cf72c84 commit db4e63a
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 db4e63a

Please sign in to comment.