From ed26e52d64421a1a335c7d2487951cbcc17822b8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 31 Oct 2016 16:40:44 +0100 Subject: maybe fix indentation --- custom/tinc/yggdrasil.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'custom/tinc') 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 { tinc-up = '' #!${stdenv.shell} ${nettools}/bin/route add -net 10.141.1.0 netmask 255.255.255.0 gw 10.141.1.1 dev $INTERFACE metric 9999 - ${if useDNS then ''${openresolv}/bin/resolvconf -m 0 -a tinc.yggdrasil <