summaryrefslogtreecommitdiff
path: root/custom/tinc
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-02-20 22:39:19 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-02-20 22:39:19 +0100
commit2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f (patch)
tree2c09a1bedae80ea2535ff034b6c5a4d64899f34b /custom/tinc
parent74910038136583c57eb7bda7ae00485f226f76e1 (diff)
downloadnixos-2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f.tar
nixos-2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f.tar.gz
nixos-2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f.tar.bz2
nixos-2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f.tar.xz
nixos-2d7616fb3070fc5aeb2b3f5cc7082dcf21714a6f.zip
Fix setuid-wrappers path
Diffstat (limited to 'custom/tinc')
-rw-r--r--custom/tinc/def.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index 58c5237c..a3bb00a0 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -18,7 +18,7 @@ in
18 18
19 networks = mkOption { 19 networks = mkOption {
20 default = { }; 20 default = { };
21 type = types.loaOf types.optionSet; 21 type = types.loaOf types.submodule;
22 description = '' 22 description = ''
23 Defines the tinc networks which will be started. 23 Defines the tinc networks which will be started.
24 Each network invokes a different daemon. 24 Each network invokes a different daemon.