diff options
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -140,11 +140,11 @@ in { | |||
| 140 | members = [ "gkleen" | 140 | members = [ "gkleen" |
| 141 | ]; | 141 | ]; |
| 142 | }; | 142 | }; |
| 143 | } \\ (callPackage ./custom/tinc/yggdrasil.nix { | 143 | } \\ (callPackage ./custom/tinc/yggdrasil.nix ({ |
| 144 | name = "ymir"; | 144 | name = "ymir"; |
| 145 | ip = { | 145 | ip = { |
| 146 | ip4 = [ | 146 | ip4 = [ |
| 147 | { address = "10.141.4.1"; prefixLength = 16; } | 147 | { address = "10.141.4.1"; prefixLength = 16; } |
| 148 | ]; | 148 | ]; |
| 149 | }; | 149 | }; |
| 150 | }) | 150 | })); |
