Skip to content

Commit 8d101a1

Browse files
committed
server: fix resolution of host fqdn in libvirt guests (#3)
1 parent 7fc3cac commit 8d101a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/nixos/configuration.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
];
1212

1313
networking.hostName = "ci0"; # Define your hostname.
14-
networking.domain = "servo.org";
14+
# FIXME: breaks resolution of “ci0.servo.org” in libvirt guests
15+
# networking.domain = "servo.org";
1516

1617
# Needed by ZFS.
1718
# Generate with: LC_ALL=C < /dev/urandom tr -dC 0-9A-F | head -c 8

0 commit comments

Comments
 (0)