mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Update DNS
This commit is contained in:
parent
08057df9e6
commit
12160d4689
1 changed files with 9 additions and 2 deletions
|
|
@ -27,8 +27,15 @@ in with lib; {
|
|||
|
||||
config = {
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [ "45.90.28.97" "45.90.30.97" ];
|
||||
# services.resolved.enable = true;
|
||||
# networking.nameservers = [ "45.90.28.97" "45.90.30.97" ];
|
||||
networking.nameservers = [ "194.242.2.4#base.dns.mullvad.net" ];
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "false";
|
||||
dnsovertls = "true";
|
||||
domains = [ "~." ];
|
||||
fallbackDns = [ "194.242.2.4#base.dns.mullvad.net" ];
|
||||
};
|
||||
|
||||
# udev 250 doesn't reliably reinitialize devices after restart
|
||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue