anemone/networking: try google dns
This commit is contained in:
parent
56d541cfa5
commit
b5e2d10d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ config, ... }: {
|
||||
networking = {
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||
wireless.iwd.enable = true;
|
||||
|
||||
networkmanager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue