summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/opentracker.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/opentracker.nix')
-rw-r--r--makefu/2configs/opentracker.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/makefu/2configs/opentracker.nix b/makefu/2configs/opentracker.nix
deleted file mode 100644
index f98105625..000000000
--- a/makefu/2configs/opentracker.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{pkgs, ...}:
-
-let
- daemon-port = 16969;
- cfgfile = pkgs.writeText "opentracker-cfg" ''
- '';
-in {
- # Opentracker does not support local IPs (10.0.0.0/8 )
- makefu.opentracker = {
- enable = true;
- args = "-p ${toString daemon-port} -P ${toString daemon-port}";
- };
- networking.firewall.allowedTCPPorts = [ daemon-port ];
- networking.firewall.allowedUDPPorts = [ daemon-port ];
-
-}
[cgit] Unable to lock slot /tmp/cgit/3d300000.lock: No such file or directory (2)