ma 1 shoney: init siem tinc

This commit is contained in:
makefu 2016-06-14 01:33:41 +02:00
parent c9a8bdf50f
commit 6ac8034a47
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -13,6 +13,7 @@ in {
]; ];
services.tinc.networks.siem.name = "sjump";
# minimal resources # minimal resources
services.nixosManual.enable = false; services.nixosManual.enable = false;
@ -29,6 +30,7 @@ in {
{ address = ip; prefixLength = 24; } { address = ip; prefixLength = 24; }
{ address = alt-ip; prefixLength = 24; } { address = alt-ip; prefixLength = 24; }
]; ];
networking.defaultGateway = gw; networking.defaultGateway = gw;
networking.nameservers = [ "8.8.8.8" ]; networking.nameservers = [ "8.8.8.8" ];
networking.firewall.allowedUDPPorts = [ 655 1655 ]; networking.firewall.allowedUDPPorts = [ 655 1655 ];