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