linux-builder: remove DNS hack for libslirp

libslirp DNS issues on MacOS are now fixed. The override to use 8.8.8.8
as DNS server for linux-builder is not needed anymore.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
Ihar Hrachyshka 2025-04-15 15:17:51 -04:00
parent 3902b08d8b
commit f90236a8f2

View File

@ -111,14 +111,6 @@ in
};
};
# DNS fails for QEMU user networking (SLiRP) on macOS. See:
#
# https://github.com/utmapp/UTM/issues/2353
#
# This works around that by using a public DNS server other than the DNS
# server that QEMU provides (normally 10.0.2.3)
networking.nameservers = [ "8.8.8.8" ];
# The linux builder is a lightweight VM for remote building; not evaluation.
nix.channel.enable = false;