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