From 11d8b93551c3d26a810399105df8766acdd59cb2 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 14 Jul 2026 11:53:29 -0400 Subject: [PATCH] Add an /etc/hosts entry for google's metadata server. gcloud was reaching out to this address which was causing delays. Pointing it to localhost to speed the failure up. --- nix/configuration/roles/network/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/configuration/roles/network/default.nix b/nix/configuration/roles/network/default.nix index 89f4abf..0004cc4 100644 --- a/nix/configuration/roles/network/default.nix +++ b/nix/configuration/roles/network/default.nix @@ -56,6 +56,7 @@ in # TODO: The 127.0.0.1 address should probably be moved to a host-specific file. networking.extraHosts = '' 127.0.0.1 ${config.networking.hostName}.home.arpa + 127.0.0.3 metadata.google.internal 10.216.1.32 homeserver fdfd:5e8a:ee2d::1:32 homeserver 10.216.1.6 media