Systemd/resolved: Difference between revisions

Tie-ling (talk | contribs)
add section for workarounds
Tie-ling (talk | contribs)
use nixos config module
Line 8: Line 8:
In that case, use <code>networkctl status ${wlan interface}</code> to show the default DNS provided by the network, and temporarily change nameserver inside <code>/etc/resolv.conf</code> from <code>127.0.0.53</code> to the provided one.
In that case, use <code>networkctl status ${wlan interface}</code> to show the default DNS provided by the network, and temporarily change nameserver inside <code>/etc/resolv.conf</code> from <code>127.0.0.53</code> to the provided one.


Alternatively, if you have Chromium installed, you can use the <code>pkgs.captive-browser</code> Chromium wrapper, which is "Dedicated Chrome instance to log into captive portals without messing with DNS settings".
Alternatively, if you have Chromium installed, you can use the <code>programs.captive-browser.enable</code> Chromium wrapper, which is "Dedicated Chrome instance to log into captive portals without messing with DNS settings".