diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-17 21:10:24 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-17 21:10:24 +0200 |
| commit | 4ca83979f0ca069bc7d984255f8671495f38877f (patch) | |
| tree | aea14aa2027b72dde61e18aa48962c55a52a1b05 | |
| parent | 188f733abe9031c5831925c61d7528f3da905728 (diff) | |
| download | nixos-4ca83979f0ca069bc7d984255f8671495f38877f.tar nixos-4ca83979f0ca069bc7d984255f8671495f38877f.tar.gz nixos-4ca83979f0ca069bc7d984255f8671495f38877f.tar.bz2 nixos-4ca83979f0ca069bc7d984255f8671495f38877f.tar.xz nixos-4ca83979f0ca069bc7d984255f8671495f38877f.zip | |
…
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -928,7 +928,7 @@ in rec { | |||
| 928 | enable = true; | 928 | enable = true; |
| 929 | interfaces = [ "yggdrasil" ]; | 929 | interfaces = [ "yggdrasil" ]; |
| 930 | machines = [ | 930 | machines = [ |
| 931 | { hostName = "hel"; ethernetAddress = "ee:10:15:9a:cc:1f"; ipAddress = "hel.asgard.yggdrasil"; } | 931 | { hostName = "hel"; ethernetAddress = "ee:10:15:9a:cc:1f"; ipAddress = "hel.midgard.yggdrasil"; } |
| 932 | ]; | 932 | ]; |
| 933 | extraConfig = '' | 933 | extraConfig = '' |
| 934 | subnet 10.141.0.0 netmask 255.255.0.0 { | 934 | subnet 10.141.0.0 netmask 255.255.0.0 { |
