summaryrefslogtreecommitdiffstats
path: root/lass/2configs/syncthing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/syncthing.nix')
-rw-r--r--lass/2configs/syncthing.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/lass/2configs/syncthing.nix b/lass/2configs/syncthing.nix
deleted file mode 100644
index 7b885068..00000000
--- a/lass/2configs/syncthing.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, pkgs, ... }: with import <stockholm/lib>;
-{
- imports = [ <stockholm/krebs/2configs/syncthing.nix> ];
- services.syncthing = {
- group = "syncthing";
- };
- krebs.iptables.tables.filter.INPUT.rules = [
- { predicate = "-p tcp --dport 22000"; target = "ACCEPT";}
- { predicate = "-p udp --dport 21027"; target = "ACCEPT";}
- ];
-
- system.activationScripts.syncthing-home = mkDefault ''
- ${pkgs.coreutils}/bin/chmod a+x /home/lass
- '';
-}