diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:42:16 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:42:16 +0100 |
commit | acfccf582ffa58bc41873f9a75585ac788485258 (patch) | |
tree | 94837eb8fb3072d77bd9a84f9733155923e20958 /custom/tinc/def.nix | |
parent | 2db00f1538de87d4b535c8148ad066a80f07f94d (diff) | |
download | nixos-acfccf582ffa58bc41873f9a75585ac788485258.tar nixos-acfccf582ffa58bc41873f9a75585ac788485258.tar.gz nixos-acfccf582ffa58bc41873f9a75585ac788485258.tar.bz2 nixos-acfccf582ffa58bc41873f9a75585ac788485258.tar.xz nixos-acfccf582ffa58bc41873f9a75585ac788485258.zip |
tinc → customTinc due to name colission
Diffstat (limited to 'custom/tinc/def.nix')
-rw-r--r-- | custom/tinc/def.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix index 8f3ec969..237b6dee 100644 --- a/custom/tinc/def.nix +++ b/custom/tinc/def.nix | |||
@@ -4,7 +4,7 @@ with lib; | |||
4 | 4 | ||
5 | let | 5 | let |
6 | 6 | ||
7 | cfg = config.services.tinc; | 7 | cfg = config.services.customTinc; |
8 | 8 | ||
9 | in | 9 | in |
10 | 10 | ||