Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
83389842f6
1 changed files with 3 additions and 1 deletions
|
@ -76,7 +76,9 @@
|
|||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [ "8.8.8.8" ];
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
# networking.nameservers = [ "8.8.8.8" ];
|
||||
# networking.resolvconf.enable = pkgs.lib.mkForce false;
|
||||
# networking.dhcpcd.extraConfig = "nohook resolv.conf";
|
||||
# networking.networkmanager.dns = "none";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue