summaryrefslogtreecommitdiff
path: root/custom
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 /custom
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 'custom')
-rw-r--r--custom/tinc/yggdrasil.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix
index f5684d08..abc0eb14 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -53,15 +53,6 @@ in {
53 PingTimeout = 30 53 PingTimeout = 30
54 ${optionalString cfg.connect "ConnectTo = ymir"} 54 ${optionalString cfg.connect "ConnectTo = ymir"}
55 ''; 55 '';
56 scripts = {
57 "tinc-up" = ''
58 #!${pkgs.stdenv.shell}
59
60 set -e
61 MACFILE="/var/db/$NETNAME.mac"
62 [ -e $MACFILE ] && ${pkgs.iproute}/bin/ip link set dev $INTERFACE address `cat $MACFILE` || cat /sys/class/net/$INTERFACE/address >$MACFILE
63 '';
64 };
65 }; 56 };
66 }; 57 };
67} 58}