forked from DGNum/infrastructure
fix(vault01): Activate DHCP for DNS settings and in prevision of move
This commit is contained in:
parent
0a89868cde
commit
21c1848d96
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ builtins.mapAttrs mkNet {
|
||||||
];
|
];
|
||||||
|
|
||||||
gateways = [ "129.199.210.254" ];
|
gateways = [ "129.199.210.254" ];
|
||||||
|
|
||||||
|
DHCP = "ipv4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue