summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-14 01:33:41 +0200
committermakefu <github@syntax-fehler.de>2016-06-14 01:33:41 +0200
commit6ac8034a47f840206d999be8ec39fedbc6b7b350 (patch)
tree0bcdc874e5b45ad423077aa31426488c1cc61692 /makefu
parentc9a8bdf50f3cb2cd3b70b4669d454910bcd69654 (diff)
ma 1 shoney: init siem tinc
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/shoney.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/shoney.nix b/makefu/1systems/shoney.nix
index 16e89199..48679fe5 100644
--- a/makefu/1systems/shoney.nix
+++ b/makefu/1systems/shoney.nix
@@ -13,6 +13,7 @@ in {
];
+ services.tinc.networks.siem.name = "sjump";
# minimal resources
services.nixosManual.enable = false;
@@ -29,6 +30,7 @@ in {
{ address = ip; prefixLength = 24; }
{ address = alt-ip; prefixLength = 24; }
];
+
networking.defaultGateway = gw;
networking.nameservers = [ "8.8.8.8" ];
networking.firewall.allowedUDPPorts = [ 655 1655 ];