From e0ca875df087051ab06eecca2c2bc4d806ac45c7 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 21 Nov 2021 16:01:56 +0100 Subject: [PATCH] nixos: fix macs --- nixos/hosts.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts.nix b/nixos/hosts.nix index d1abf25..d8f0eec 100644 --- a/nixos/hosts.nix +++ b/nixos/hosts.nix @@ -20,16 +20,16 @@ { hostname = "mosquitto"; ip = "10.42.42.7"; - mac = "16:2B:87:55:0C:0C"; + mac = "C6:F9:8B:3D:9E:37"; } { hostname = "nginx"; ip = "10.42.42.9"; - mac = "16:2B:87:55:0C:0C"; + mac = "6A:C2:89:85:CF:A6"; } { hostname = "consul"; ip = "10.42.42.14"; - mac = "16:2B:87:55:0C:0C"; + mac = "D6:DE:07:41:73:81"; } ]