summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/tinc/def.nix2
-rw-r--r--ymir.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/tinc/def.nix b/custom/tinc/def.nix
index 237b6dee..ce893efb 100644
--- a/custom/tinc/def.nix
+++ b/custom/tinc/def.nix
@@ -14,7 +14,7 @@ in
14 14
15 options = { 15 options = {
16 16
17 services.tinc = { 17 services.customTinc = {
18 18
19 networks = mkOption { 19 networks = mkOption {
20 default = { }; 20 default = { };
diff --git a/ymir.nix b/ymir.nix
index 2251b7cd..d0191532 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -145,7 +145,7 @@ in {
145 chmod 0640 /etc/shadow 145 chmod 0640 /etc/shadow
146 ''; 146 '';
147 147
148 config.services.customTinc.networks = (pkgs.callPackage ./custom/yggdrasil.nix { 148 services.customTinc.networks = (pkgs.callPackage ./custom/yggdrasil.nix {
149 connect = false; 149 connect = false;
150 ipConf = { 150 ipConf = {
151 ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ]; 151 ip4 = [ { address = "10.141.4.1"; prefixLength = 16; } ];