diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-03 22:02:28 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-03 22:02:28 +0100 |
commit | 4fbde3a1382537080bffd2f788c127e5549ab056 (patch) | |
tree | a8550443d62a737a8629924776b53f0f40db1298 /ymir.nix | |
parent | c12fb36e8fa3cb0f6c967af1980f9021c0aa85f4 (diff) | |
download | nixos-4fbde3a1382537080bffd2f788c127e5549ab056.tar nixos-4fbde3a1382537080bffd2f788c127e5549ab056.tar.gz nixos-4fbde3a1382537080bffd2f788c127e5549ab056.tar.bz2 nixos-4fbde3a1382537080bffd2f788c127e5549ab056.tar.xz nixos-4fbde3a1382537080bffd2f788c127e5549ab056.zip |
tinc on ymir
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | }) | ||