diff options
| -rw-r--r-- | custom/tinc/def.nix | 2 | ||||
| -rw-r--r-- | ymir.nix | 2 |
2 files changed, 2 insertions, 2 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 | ||
| @@ -145,7 +145,7 @@ in { | |||
| 145 | chmod 0640 /etc/shadow | 145 | chmod 0640 /etc/shadow |
| 146 | ''; | 146 | ''; |
| 147 | 147 | ||
| 148 | services.tinc.networks = (pkgs.callPackage ./custom/yggdrasil.nix { | 148 | services.customTinc.networks = (pkgs.callPackage ./custom/yggdrasil.nix { |
| 149 | connect = false; | 149 | connect = false; |
| 150 | ipConf = { | 150 | ipConf = { |
| 151 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 151 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |
