From 76ecdba67e998d9d828987a84a591d035a28814d Mon Sep 17 00:00:00 2001 From: Toast Date: Sat, 13 Dec 2025 00:36:30 +0100 Subject: [PATCH] Machines/Everest: wait for DNS to be available --- machines/Everest/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/Everest/configuration.nix b/machines/Everest/configuration.nix index b183d34..4db3273 100755 --- a/machines/Everest/configuration.nix +++ b/machines/Everest/configuration.nix @@ -34,6 +34,7 @@ }; nameservers = ["9.9.9.9"]; }; + systemd.network.wait-online.extraArgs = ["--dns"]; time.timeZone = "Europe/Madrid"; services.automatic-timezoned.enable = lib.mkForce false;