aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-03-29 18:22:54 +0000
committerAkshay <[email protected]>2024-03-29 18:22:54 +0000
commit9858c51be19fb918aefbc9b0ba44b1a3c49cca9b (patch)
tree09b78b937e4ec9a17a492d3a1ac181c11c36975d
parentbf085ee076b7feceb55ad3181a69643106e95494 (diff)
Revert "."
This reverts commit e3b3026dacd8df6d45bc8517cd766782a35e6afe.
-rw-r--r--hosts/mantis/configuration.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/hosts/mantis/configuration.nix b/hosts/mantis/configuration.nix
index f1003aa..5f0a0de 100644
--- a/hosts/mantis/configuration.nix
+++ b/hosts/mantis/configuration.nix
@@ -119,7 +119,6 @@
119 openFirewall = true; 119 openFirewall = true;
120 openRPCPort = true; 120 openRPCPort = true;
121 group = "torrent"; 121 group = "torrent";
122 user = "torrent";
123 settings = { 122 settings = {
124 download-dir = "/torrents"; 123 download-dir = "/torrents";
125 incomplete-dir = "/.incomplete"; 124 incomplete-dir = "/.incomplete";
@@ -138,7 +137,6 @@
138 enable = true; 137 enable = true;
139 openFirewall = true; 138 openFirewall = true;
140 group = "torrent"; 139 group = "torrent";
141 user = "torrent";
142 }; 140 };
143 services.nginx.virtualHosts."sonarr.mantis" = { 141 services.nginx.virtualHosts."sonarr.mantis" = {
144 listen = [{ port = 80; addr = "0.0.0.0"; }]; 142 listen = [{ port = 80; addr = "0.0.0.0"; }];
@@ -151,7 +149,6 @@
151 enable = true; 149 enable = true;
152 openFirewall = true; 150 openFirewall = true;
153 group = "torrent"; 151 group = "torrent";
154 user = "torrent";
155 }; 152 };
156 services.nginx.virtualHosts."radarr.mantis" = { 153 services.nginx.virtualHosts."radarr.mantis" = {
157 listen = [{ port = 80; addr = "0.0.0.0"; }]; 154 listen = [{ port = 80; addr = "0.0.0.0"; }];
@@ -164,7 +161,6 @@
164 enable = true; 161 enable = true;
165 openFirewall = true; 162 openFirewall = true;
166 group = "torrent"; 163 group = "torrent";
167 user = "torrent";
168 }; 164 };
169 services.nginx.virtualHosts."bazarr.mantis" = { 165 services.nginx.virtualHosts."bazarr.mantis" = {
170 listen = [{ port = 80; addr = "0.0.0.0"; }]; 166 listen = [{ port = 80; addr = "0.0.0.0"; }];
@@ -177,7 +173,6 @@
177 enable = true; 173 enable = true;
178 openFirewall = true; 174 openFirewall = true;
179 group = "torrent"; 175 group = "torrent";
180 user = "torrent";
181 }; 176 };
182 services.nginx.virtualHosts."jackett.mantis" = { 177 services.nginx.virtualHosts."jackett.mantis" = {
183 listen = [{ port = 80; addr = "0.0.0.0"; }]; 178 listen = [{ port = 80; addr = "0.0.0.0"; }];
@@ -190,7 +185,6 @@
190 enable = true; 185 enable = true;
191 openFirewall = true; 186 openFirewall = true;
192 group = "torrent"; 187 group = "torrent";
193 user = "torrent";
194 }; 188 };
195 services.nginx.virtualHosts."lidarr.mantis" = { 189 services.nginx.virtualHosts."lidarr.mantis" = {
196 listen = [{ port = 80; addr = "0.0.0.0"; }]; 190 listen = [{ port = 80; addr = "0.0.0.0"; }];