summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-11 02:23:04 +0100
committermakefu <github@syntax-fehler.de>2016-03-11 08:42:27 +0100
commitb74c25ea9191d7d50287776744e420393156cd19 (patch)
treef09e7cffbfc0868ac12b6da34ba41c38a00a4bc6 /1systems
parentf38f4fa251edb3d1ad8aa5e18591f6d79bbc908b (diff)
s 1 wolf: use tinc_pre for local discovery
Diffstat (limited to '1systems')
-rw-r--r--1systems/darth.nix1
-rw-r--r--1systems/pornocauster.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/1systems/darth.nix b/1systems/darth.nix
index 7dffb71d9..7972c6201 100644
--- a/1systems/darth.nix
+++ b/1systems/darth.nix
@@ -10,6 +10,7 @@ with config.krebs.lib;
krebs.build.host = config.krebs.hosts.darth;
krebs.retiolum.enable = true;
+ nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
boot.loader.grub.device = "/dev/disk/by-id/ata-ADATA_SSD_S599_64GB_10460000000000000039";
}
diff --git a/1systems/pornocauster.nix b/1systems/pornocauster.nix
index 8f09f948d..c27bd5dfc 100644
--- a/1systems/pornocauster.nix
+++ b/1systems/pornocauster.nix
@@ -49,6 +49,7 @@
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
25
+ 80
];
krebs.build.host = config.krebs.hosts.pornocauster;