Explicitly declare hosts and nameservers in general config
This commit is contained in:
parent
f3849e3eb6
commit
2ce25bb218
2 changed files with 15 additions and 7 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue