summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/ymir.nix b/ymir.nix
index ef01d781..9b8ea898 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -140,11 +140,12 @@ in {
140 members = [ "gkleen" 140 members = [ "gkleen"
141 ]; 141 ];
142 }; 142 };
143} // (callPackage ./custom/tinc/yggdrasil.nix ({ 143} // ((import ./custom/tinc/yggdrasil.nix) {
144 inherit config pkgs;
144 name = "ymir"; 145 name = "ymir";
145 ip = { 146 ip = {
146 ip4 = [ 147 ip4 = [
147 { address = "10.141.4.1"; prefixLength = 16; } 148 { address = "10.141.4.1"; prefixLength = 16; }
148 ]; 149 ];
149 }; 150 };
150})) 151})