diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:49:04 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-04 13:49:04 +0100 |
commit | 473e3c57cb9ad4c83950868045a0a059874a7556 (patch) | |
tree | 96933f9dc36c2b7a49a39b52a562006f333174ff /ymir.nix | |
parent | 2f3c3ccc236cc25f382d033a74b7b94c22add065 (diff) | |
download | nixos-473e3c57cb9ad4c83950868045a0a059874a7556.tar nixos-473e3c57cb9ad4c83950868045a0a059874a7556.tar.gz nixos-473e3c57cb9ad4c83950868045a0a059874a7556.tar.bz2 nixos-473e3c57cb9ad4c83950868045a0a059874a7556.tar.xz nixos-473e3c57cb9ad4c83950868045a0a059874a7556.zip |
syntax poking
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ in { | |||
146 | ''; | 146 | ''; |
147 | 147 | ||
148 | services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { | 148 | services.customTinc.networks = (pkgs.callPackage ./custom/tinc/yggdrasil.nix { |
149 | name = config.networking.hostName; | ||
150 | connect = false; | 149 | connect = false; |
151 | ipConf = { | 150 | ipConf = { |
152 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; | 151 | ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; |