summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustinas Stankevicius <justinas@justinas.org>2024-06-05 23:42:14 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-03 10:08:36 +0000
commitdb4e63a4e2570301c56c4a3e892690343562b036 (patch)
treed37f28f8e15db2369242dc767b98b18dca73c16a
parent[Backport release-24.05] imagemagick: 7.1.1-37 -> 7.1.1-38 (#339125) (diff)
downloadnixpkgs-origin/backport-317554-to-release-24.05.tar.gz
nixos/prowlarr: set HOME for the serviceorigin/backport-317554-to-release-24.05
(cherry picked from commit 6e14231e83f1d6da831c0007b3d59c34cdb8ba1c)
-rw-r--r--nixos/modules/services/misc/prowlarr.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/prowlarr.nix b/nixos/modules/services/misc/prowlarr.nix
index c94882a4f72a..e37f0dc36d14 100644
--- a/nixos/modules/services/misc/prowlarr.nix
+++ b/nixos/modules/services/misc/prowlarr.nix
@@ -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 {