"Kefir ." writes:
> Hi guix, is there way to change nameservers during manual installation?
You can set your nameservers in your `operating-system` declaration by
removing `network-manager-service-type` from `%desktop-services` and
then either automatically creating a `resolv.conf` file with
`et
On 2022-12-24 19:20:06 +0300, Kefir . wrote:
> Hi guix, is there way to change nameservers during manual installation?
>
I did not test it, so sorry if this is wrong, but I would assume
something like
echo nameserver 1.1.1.1 >/etc/resolv.conf
should work? Did you try it?
W.
--
There are
I've not done so myself, but since you're at a terminal: is editing
/etc/resolv.conf not enough? Or does NM periodically overwrite it even when
the connection's stable?
Kind regards,
T G-R
Sent on the go. Excuse or enjoy my brevity.
Hi guix, is there way to change nameservers during manual installation?