summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-07-02 15:14:51 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-07-02 15:14:51 +0200
commit78bcfd24603b5c19979ed8502eb7e09b0b54229f (patch)
tree3c4d4d4f7bbe4d70b5fffb67efa5f92d3081b41c /ymir.nix
parent5df684be293c388d026c1f2a288ed9061b2677f6 (diff)
downloadnixos-78bcfd24603b5c19979ed8502eb7e09b0b54229f.tar
nixos-78bcfd24603b5c19979ed8502eb7e09b0b54229f.tar.gz
nixos-78bcfd24603b5c19979ed8502eb7e09b0b54229f.tar.bz2
nixos-78bcfd24603b5c19979ed8502eb7e09b0b54229f.tar.xz
nixos-78bcfd24603b5c19979ed8502eb7e09b0b54229f.zip
Static macAddresses
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 8769311d..6b061ffc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -313,6 +313,7 @@ in rec {
313 useDNS = false; 313 useDNS = false;
314 interfaceConfig = { 314 interfaceConfig = {
315 ipv4.addresses = [ { address = "10.141.5.1"; prefixLength = 16; } ]; 315 ipv4.addresses = [ { address = "10.141.5.1"; prefixLength = 16; } ];
316 macAddress = "2e:1b:73:b2:49:6d";
316 }; 317 };
317 }; 318 };
318 319