diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:34:48 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-12-19 07:34:48 +0100 |
commit | d9806a2ecc04e7ea80d6596cad26a7d46987417c (patch) | |
tree | bce85696746efa9d1377ad9e8cf95dbd847e8435 | |
parent | 556aefca186c49a5e356fc739f41db8b963d77a3 (diff) | |
download | nixos-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |