nixos/prowlarr: set HOME for the service (#317554)

This commit is contained in:
Bruno BELANYI
2024-09-03 11:08:10 +01:00
committed by GitHub
+1
View File
@@ -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 {