Explicitly declare hosts and nameservers in general config

This commit is contained in:
Elnu 2023-08-11 19:29:28 -07:00
parent f3849e3eb6
commit 2ce25bb218
2 changed files with 15 additions and 7 deletions

View file

@ -32,13 +32,6 @@ in
gvfs.enable = true; # For Trash
};
networking = {
networkmanager.enable = true;
# networking.nameservers doesn't apply to resolvconf
# nameservers = [ "9.9.9.9" "1.1.1.1" ];
resolvconf.extraConfig = "name_servers=\"9.9.9.9 1.1.1.1\"";
};
xdg.portal.enable = true;
environment.systemPackages = with pkgs; [ yubioath-flutter ];