aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-29 18:22:46 +0000
committerAkshay <[email protected]>2024-03-29 18:22:46 +0000
commitbf085ee076b7feceb55ad3181a69643106e95494 (patch)
treee9278d920ed290294392a651ba85969beb9a5ae1
parent12b0a6410ffeb8dab4caf1a5e266d460431f49f3 (diff)
Revert "."
This reverts commit 12b0a6410ffeb8dab4caf1a5e266d460431f49f3.
-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";