diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-12 23:11:59 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-12 23:11:59 +0200 |
commit | 8d2ff5312e4b056fe892a6345fe3afa8ee99b3de (patch) | |
tree | bd20147e26647fe3d42558574c31145fcbf6a43d /custom/tinc | |
parent | dd1e2ffa91bd28515ea9aeadfa38842896a6a560 (diff) | |
download | nixos-8d2ff5312e4b056fe892a6345fe3afa8ee99b3de.tar nixos-8d2ff5312e4b056fe892a6345fe3afa8ee99b3de.tar.gz nixos-8d2ff5312e4b056fe892a6345fe3afa8ee99b3de.tar.bz2 nixos-8d2ff5312e4b056fe892a6345fe3afa8ee99b3de.tar.xz nixos-8d2ff5312e4b056fe892a6345fe3afa8ee99b3de.zip |
callPackage can’t work
Diffstat (limited to 'custom/tinc')
-rw-r--r-- | custom/tinc/yggdrasil.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 975d4a3d..5fa76fe1 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -4,7 +4,6 @@ | |||
4 | , name | 4 | , name |
5 | , connect ? true | 5 | , connect ? true |
6 | , ipConf ? {} | 6 | , ipConf ? {} |
7 | , ... | ||
8 | }: | 7 | }: |
9 | 8 | ||
10 | 9 | ||