diff --git a/system/nixos/prowlarr.nix b/system/nixos/prowlarr.nix index ab93fa5..12b7535 100644 --- a/system/nixos/prowlarr.nix +++ b/system/nixos/prowlarr.nix @@ -23,8 +23,7 @@ serviceConfig = { Type = "simple"; - DynamicUser = true; - PrivateTmp = false; + User = "nobody"; NetworkNamespacePath = "/var/run/netns/wg"; ExecStart = "${pkgs.socat}/bin/socat UNIX-LISTEN:/tmp/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696"; Restart = "on-failure";