diff options
author | makefu <github@syntax-fehler.de> | 2016-06-14 01:33:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-06-14 01:33:41 +0200 |
commit | 6ac8034a47f840206d999be8ec39fedbc6b7b350 (patch) | |
tree | 0bcdc874e5b45ad423077aa31426488c1cc61692 /makefu/1systems/shoney.nix | |
parent | c9a8bdf50f3cb2cd3b70b4669d454910bcd69654 (diff) |
ma 1 shoney: init siem tinc
Diffstat (limited to 'makefu/1systems/shoney.nix')
-rw-r--r-- | makefu/1systems/shoney.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/shoney.nix b/makefu/1systems/shoney.nix index 16e891995..48679fe58 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 ]; |