From 8d101a1ef638b3bb5219ca781e69a7fa193aabbd Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 7 Jan 2025 12:40:55 +0800 Subject: [PATCH] server: fix resolution of host fqdn in libvirt guests (#3) --- server/nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/nixos/configuration.nix b/server/nixos/configuration.nix index c010726..212adb6 100644 --- a/server/nixos/configuration.nix +++ b/server/nixos/configuration.nix @@ -11,7 +11,8 @@ ]; networking.hostName = "ci0"; # Define your hostname. - networking.domain = "servo.org"; + # FIXME: breaks resolution of “ci0.servo.org” in libvirt guests + # networking.domain = "servo.org"; # Needed by ZFS. # Generate with: LC_ALL=C < /dev/urandom tr -dC 0-9A-F | head -c 8