summaryrefslogtreecommitdiff
path: root/custom/tinc/yggdrasil.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/tinc/yggdrasil.nix')
-rw-r--r--custom/tinc/yggdrasil.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix
index 53b8b85e..5b6a82fa 100644
--- a/custom/tinc/yggdrasil.nix
+++ b/custom/tinc/yggdrasil.nix
@@ -23,9 +23,10 @@ in {
23 tinc-up = '' 23 tinc-up = ''
24 #!${stdenv.shell} 24 #!${stdenv.shell}
25 ${nettools}/bin/route add -net 10.141.1.0 netmask 255.255.255.0 gw 10.141.1.1 dev $INTERFACE metric 9999 25 ${nettools}/bin/route add -net 10.141.1.0 netmask 255.255.255.0 gw 10.141.1.1 dev $INTERFACE metric 9999
26 ${if useDNS then ''${openresolv}/bin/resolvconf -m 0 -a tinc.yggdrasil <<EOF 26 ${if useDNS then ''
27 domain yggdrasil 27 ${openresolv}/bin/resolvconf -m 0 -a tinc.yggdrasil <<EOF
28 nameserver 10.141.1.1 28 domain yggdrasil
29 nameserver 10.141.1.1
29 EOF'' else ""} 30 EOF'' else ""}
30 ''; 31 '';
31 tinc-down = '' 32 tinc-down = ''