Skip to content

Commit

Permalink
server: fix resolution of host fqdn in libvirt guests (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed Jan 7, 2025
1 parent 7fc3cac commit 8d101a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d101a1

Please sign in to comment.