disable DHCP on matemat

This commit is contained in:
Nek0 - 2021-12-20 03:28:15 +01:00
parent 1b1e458342
commit 4b69a5a867
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
address = hostRegistry.hosts.matemat.ip4;
prefixLength = zentralwerk.lib.config.site.net.serv.subnet4Len;
}];
useDHCP = false;
};
networking.defaultGateway = "172.20.73.1";
networking.firewall.allowedTCPPorts = [ 80 443 ];