diff options
-rw-r--r-- | custom/tinc/yggdrasil.nix | 2 | ||||
-rw-r--r-- | ymir.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/tinc/yggdrasil.nix b/custom/tinc/yggdrasil.nix index 4c19e0e7..f17d9b4e 100644 --- a/custom/tinc/yggdrasil.nix +++ b/custom/tinc/yggdrasil.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | { config, pkgs, name, ip }: | 1 | { pkgs, name, ip }: |
2 | 2 | ||
3 | { | 3 | { |
4 | config.services.tinc = { | 4 | config.services.tinc = { |
@@ -141,7 +141,7 @@ in { | |||
141 | ]; | 141 | ]; |
142 | }; | 142 | }; |
143 | } // ((import ./custom/tinc/yggdrasil.nix) { | 143 | } // ((import ./custom/tinc/yggdrasil.nix) { |
144 | inherit config pkgs; | 144 | inherit pkgs; |
145 | name = "ymir"; | 145 | name = "ymir"; |
146 | ip = { | 146 | ip = { |
147 | ip4 = [ | 147 | ip4 = [ |