From d9806a2ecc04e7ea80d6596cad26a7d46987417c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 19 Dec 2019 07:34:48 +0100 Subject: assign proper ip to sif.midgard.yggdrasil --- ymir.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ymir.nix b/ymir.nix index 137cdad2..88d95fba 100644 --- a/ymir.nix +++ b/ymir.nix @@ -935,6 +935,7 @@ in rec { interfaces = [ "yggdrasil" ]; machines = [ { hostName = "hel"; ethernetAddress = "ee:10:15:9a:cc:1f"; ipAddress = "hel.midgard.yggdrasil"; } + { hostName = "sif"; ethernetAddress = "5c:93:21:c3:61:39"; ipAddress = "sif.midgard.yggdrasil"; } ]; extraConfig = '' option rfc3442-classless-static-routes code 121 = array of integer 8; -- cgit v1.2.3