diff options
-rw-r--r-- | custom/tinc/yggdrasil.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index d3569df4..ef673c80 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -4,6 +4,7 @@ | |||
4 | , openresolv | 4 | , openresolv |
5 | , connect ? true | 5 | , connect ? true |
6 | , ipConf ? {} | 6 | , ipConf ? {} |
7 | , ... | ||
7 | }: | 8 | }: |
8 | 9 | ||
9 | 10 | ||