Unverified Commit 4d1e8c93 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

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

parents 3bd4ec61 6e14231e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {