Re: Changing dns during installation

2023-01-04 Thread Gary Johnson
"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

Re: Changing dns during installation

2022-12-24 Thread Wolf
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

Re: Changing dns during installation

2022-12-24 Thread Tobias Geerinckx-Rice
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.

Changing dns during installation

2022-12-24 Thread Kefir .
Hi guix, is there way to change nameservers during manual installation?