From 78bcfd24603b5c19979ed8502eb7e09b0b54229f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 2 Jul 2018 15:14:51 +0200 Subject: Static macAddresses --- ymir.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ymir.nix') diff --git a/ymir.nix b/ymir.nix index 8769311d..6b061ffc 100644 --- a/ymir.nix +++ b/ymir.nix @@ -313,6 +313,7 @@ in rec { useDNS = false; interfaceConfig = { ipv4.addresses = [ { address = "10.141.5.1"; prefixLength = 16; } ]; + macAddress = "2e:1b:73:b2:49:6d"; }; }; -- cgit v1.2.3