summaryrefslogtreecommitdiffstats
path: root/1systems/shoney.nix
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
commit0d70636de3a452103845ecef59f7ebe9331722a8 (patch)
tree6d3224b7711e9b09bf17da1818cc14fb9dbb1856 /1systems/shoney.nix
parentb29b8bc68ad974abef4a9be92bc16eed07a106c5 (diff)
ma 1 shoney: init siem tinc
Diffstat (limited to '1systems/shoney.nix')
-rw-r--r--1systems/shoney.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/1systems/shoney.nix b/1systems/shoney.nix
index 16e891995..48679fe58 100644
--- a/1systems/shoney.nix
+++ b/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 ];