Add compute node IPs to /etc/hosts to hopefully make things start up before the network settles.
This commit is contained in:
@@ -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" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user