From 9858c51be19fb918aefbc9b0ba44b1a3c49cca9b Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Mar 2024 18:22:54 +0000 Subject: Revert "." This reverts commit e3b3026dacd8df6d45bc8517cd766782a35e6afe. --- hosts/mantis/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix index f1003aa..5f0a0de 100644 --- a/hosts/mantis/configuration.nix +++ b/hosts/mantis/configuration.nix @@ -119,7 +119,6 @@ openFirewall = true; openRPCPort = true; group = "torrent"; - user = "torrent"; settings = { download-dir = "/torrents"; incomplete-dir = "/.incomplete"; @@ -138,7 +137,6 @@ enable = true; openFirewall = true; group = "torrent"; - user = "torrent"; }; services.nginx.virtualHosts."sonarr.mantis" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; @@ -151,7 +149,6 @@ enable = true; openFirewall = true; group = "torrent"; - user = "torrent"; }; services.nginx.virtualHosts."radarr.mantis" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; @@ -164,7 +161,6 @@ enable = true; openFirewall = true; group = "torrent"; - user = "torrent"; }; services.nginx.virtualHosts."bazarr.mantis" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; @@ -177,7 +173,6 @@ enable = true; openFirewall = true; group = "torrent"; - user = "torrent"; }; services.nginx.virtualHosts."jackett.mantis" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; @@ -190,7 +185,6 @@ enable = true; openFirewall = true; group = "torrent"; - user = "torrent"; }; services.nginx.virtualHosts."lidarr.mantis" = { listen = [{ port = 80; addr = "0.0.0.0"; }]; -- cgit v1.2.3