summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix3
-rw-r--r--ymir.nix3
2 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index bfb902b4..56786be3 100644
--- a/hel.nix
+++ b/hel.nix
@@ -193,6 +193,9 @@
193 enable = true; 193 enable = true;
194 connect = true; 194 connect = true;
195 name = "hel"; 195 name = "hel";
196 interfaceConfig = {
197 useDHCP = true;
198 };
196 }; 199 };
197 200
198 uucp = { 201 uucp = {
diff --git a/ymir.nix b/ymir.nix
index 0e6dc0a3..588dfafc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -309,6 +309,9 @@ in rec {
309 enable = true; 309 enable = true;
310 connect = false; 310 connect = false;
311 useDNS = false; 311 useDNS = false;
312 interfaceConfig = {
313 useDHCP = true;
314 };
312 }; 315 };
313 316
314 services.customTinc.networks = ((import ./custom/tinc/laeradhr.nix) { 317 services.customTinc.networks = ((import ./custom/tinc/laeradhr.nix) {