From 509b1c8adc857e8c70e89e48c54bc47b65b8097d Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 28 Jan 2023 21:29:41 +0100 Subject: [PATCH] hosts: use static mac for vswitch nas --- hosts/nas/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index 825714d..3ac6dad 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -207,10 +207,10 @@ # address = "2a00:ccc1:101:19D::2"; # prefixLength = 64; # } ]; - }; +# }; lo1 = { useDHCP = true; - #macAddress = ""; + macAddress = "f6:14:f3:7b:1f:f7"; }; }; # defaultGateway = "45.142.114.1";