summaryrefslogtreecommitdiff
path: root/custom/tinc/def.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-17 01:07:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-17 01:07:14 +0200
commit743af014a307153c017077d255c7b3a181237e35 (patch)
treec26c38c19122fb2cfb42064069e05888f2d2c215 /custom/tinc/def.nix
parentfdf028a3703e66770be71c777d7609c58611f859 (diff)
parent29f16288001cd0d64e7c158bb1e327483a9e2d9a (diff)
downloadnixos-743af014a307153c017077d255c7b3a181237e35.tar
nixos-743af014a307153c017077d255c7b3a181237e35.tar.gz
nixos-743af014a307153c017077d255c7b3a181237e35.tar.bz2
nixos-743af014a307153c017077d255c7b3a181237e35.tar.xz
nixos-743af014a307153c017077d255c7b3a181237e35.zip
Merge branch 'master' of git://git.yggdrasil.li/nixos
Diffstat (limited to 'custom/tinc/def.nix')
-rw-r--r--custom/tinc/def.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index e14ce5e9..3de31418 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -118,6 +118,7 @@ in
118 DeviceType = ${data.interfaceType} 118 DeviceType = ${data.interfaceType}
119 Device = /dev/net/tun 119 Device = /dev/net/tun
120 Interface = tinc.${network} 120 Interface = tinc.${network}
121 ExperimentalProtocol = no
121 ${data.extraConfig} 122 ${data.extraConfig}
122 ''; 123 '';
123 }; 124 };