We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc3cac commit 8d101a1Copy full SHA for 8d101a1
server/nixos/configuration.nix
@@ -11,7 +11,8 @@
11
];
12
13
networking.hostName = "ci0"; # Define your hostname.
14
- networking.domain = "servo.org";
+ # FIXME: breaks resolution of “ci0.servo.org” in libvirt guests
15
+ # networking.domain = "servo.org";
16
17
# Needed by ZFS.
18
# Generate with: LC_ALL=C < /dev/urandom tr -dC 0-9A-F | head -c 8
0 commit comments