summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 52b6f15a..e554cdfa 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -140,4 +140,11 @@ in {
140 members = [ "gkleen" 140 members = [ "gkleen"
141 ]; 141 ];
142 }; 142 };
143} 143} \\ (callPackage ./custom/tinc/yggdrasil.nix {
144 name = "ymir";
145 ip = {
146 ip4 = [
147 { address = "10.141.4.1"; prefixLength = 16; }
148 ];
149 };
150})