diff options
Diffstat (limited to 'hosts/mantis')
-rw-r--r-- | hosts/mantis/configuration.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix index f1003aa..b748eb2 100644 --- a/hosts/mantis/configuration.nix +++ b/hosts/mantis/configuration.nix | |||
@@ -55,11 +55,7 @@ | |||
55 | ]; | 55 | ]; |
56 | }; | 56 | }; |
57 | users.groups."torrent".members = [ | 57 | users.groups."torrent".members = [ |
58 | "sonarr" | 58 | "torrent" |
59 | "radarr" | ||
60 | "bazarr" | ||
61 | "jackett" | ||
62 | "lidarr" | ||
63 | "jellyfin" | 59 | "jellyfin" |
64 | "transmission" | 60 | "transmission" |
65 | ]; | 61 | ]; |
@@ -119,7 +115,6 @@ | |||
119 | openFirewall = true; | 115 | openFirewall = true; |
120 | openRPCPort = true; | 116 | openRPCPort = true; |
121 | group = "torrent"; | 117 | group = "torrent"; |
122 | user = "torrent"; | ||
123 | settings = { | 118 | settings = { |
124 | download-dir = "/torrents"; | 119 | download-dir = "/torrents"; |
125 | incomplete-dir = "/.incomplete"; | 120 | incomplete-dir = "/.incomplete"; |