migration Bouyges, corrections
This commit is contained in:
parent
e53f70e680
commit
ad8bcba5d0
2 changed files with 7 additions and 3 deletions
|
@ -103,6 +103,10 @@ in
|
|||
services.dhcpd4 = {
|
||||
enable = true;
|
||||
interfaces = [ "eno2" ];
|
||||
machines = [
|
||||
{ ethernetAddress = "50:c7:bf:b6:b8:ef"; hostName = "HS110"; ipAddress = "10.30.50.7"; }
|
||||
{ ethernetAddress = "ac:1f:6b:4b:01:15"; hostName = "IPMI"; ipAddress = "10.30.1.1"; }
|
||||
];
|
||||
extraConfig = ''
|
||||
option domain-name-servers 89.234.141.66, 80.67.169.12, 80.67.169.40;
|
||||
option subnet-mask 255.255.0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue