From 01351e549c6c6b71d80bdab9e09a318fc6f794ab Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 d1abf259..d8f0eecd 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"; } ]