s 1 wolf: use tinc_pre for local discovery

This commit is contained in:
makefu 2016-03-11 02:23:04 +01:00
parent f38f4fa251
commit b74c25ea91
2 changed files with 2 additions and 0 deletions

View file

@ -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";
}

View file

@ -49,6 +49,7 @@
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
25
80
];
krebs.build.host = config.krebs.hosts.pornocauster;