nixos: fix macs

This commit is contained in:
Vivian 2021-11-21 16:01:56 +01:00
parent d7e1e93d7f
commit e0ca875df0

View file

@ -20,16 +20,16 @@
{ {
hostname = "mosquitto"; hostname = "mosquitto";
ip = "10.42.42.7"; ip = "10.42.42.7";
mac = "16:2B:87:55:0C:0C"; mac = "C6:F9:8B:3D:9E:37";
} }
{ {
hostname = "nginx"; hostname = "nginx";
ip = "10.42.42.9"; ip = "10.42.42.9";
mac = "16:2B:87:55:0C:0C"; mac = "6A:C2:89:85:CF:A6";
} }
{ {
hostname = "consul"; hostname = "consul";
ip = "10.42.42.14"; ip = "10.42.42.14";
mac = "16:2B:87:55:0C:0C"; mac = "D6:DE:07:41:73:81";
} }
] ]