Add compute node IPs to /etc/hosts to hopefully make things start up before the network settles.

This commit is contained in:
2023-07-20 07:06:11 +01:00
parent 0dbe33c82f
commit 3c1fbc7103

View File

@@ -1,8 +1,12 @@
{ {
networking.useDHCP = true; networking = {
useDHCP = true;
networking.firewall = { firewall.enable = false;
enable = false; extraHosts = ''
192.168.1.71 c1
192.168.1.72 c2
192.168.1.73 c3
'';
}; };
environment.persistence."/persist" = { environment.persistence."/persist" = {