From 9ce95d17f4a991f83c63cdc1029eb593d093d73d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sun, 3 Mar 2024 00:28:16 +0100 Subject: [PATCH] Add the mac address --- nixos/hosts/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index f26c1ff..209725b 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -129,7 +129,7 @@ modules.contabo.wan = { enable = true; - macAddress = "aa:bb:cc:dd:ee:ff"; # changeme + macAddress = "00:50:56:43:01:e2"; # changeme ipAddresses = [ "192.0.2.0/32" "2001:db8::1/64"