ma 1 shoney: init siem tinc
This commit is contained in:
parent
c9a8bdf50f
commit
6ac8034a47
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue