aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-29 18:16:12 +0000
committerAkshay <[email protected]>2024-03-29 18:16:12 +0000
commit12b0a6410ffeb8dab4caf1a5e266d460431f49f3 (patch)
tree39773a4f69db0a6fd4e6dd57a297f8d459824b4e
parente3b3026dacd8df6d45bc8517cd766782a35e6afe (diff)
.
-rw-r--r--hosts/mantis/configuration.nix7
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";