summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-12-19 07:34:48 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-12-19 07:34:48 +0100
commitd9806a2ecc04e7ea80d6596cad26a7d46987417c (patch)
treebce85696746efa9d1377ad9e8cf95dbd847e8435
parent556aefca186c49a5e356fc739f41db8b963d77a3 (diff)
downloadnixos-d9806a2ecc04e7ea80d6596cad26a7d46987417c.tar
nixos-d9806a2ecc04e7ea80d6596cad26a7d46987417c.tar.gz
nixos-d9806a2ecc04e7ea80d6596cad26a7d46987417c.tar.bz2
nixos-d9806a2ecc04e7ea80d6596cad26a7d46987417c.tar.xz
nixos-d9806a2ecc04e7ea80d6596cad26a7d46987417c.zip
assign proper ip to sif.midgard.yggdrasil
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 137cdad2..88d95fba 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -935,6 +935,7 @@ in rec {
935 interfaces = [ "yggdrasil" ]; 935 interfaces = [ "yggdrasil" ];
936 machines = [ 936 machines = [
937 { hostName = "hel"; ethernetAddress = "ee:10:15:9a:cc:1f"; ipAddress = "hel.midgard.yggdrasil"; } 937 { hostName = "hel"; ethernetAddress = "ee:10:15:9a:cc:1f"; ipAddress = "hel.midgard.yggdrasil"; }
938 { hostName = "sif"; ethernetAddress = "5c:93:21:c3:61:39"; ipAddress = "sif.midgard.yggdrasil"; }
938 ]; 939 ];
939 extraConfig = '' 940 extraConfig = ''
940 option rfc3442-classless-static-routes code 121 = array of integer 8; 941 option rfc3442-classless-static-routes code 121 = array of integer 8;