fix(oksys): fix dns issues
This commit is contained in:
parent
f98a72010a
commit
a2bdc64a30
2 changed files with 6 additions and 4 deletions
|
@ -30,10 +30,12 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
networkmanager = {
|
||||
inherit (config.vars) hostName;
|
||||
inherit (config.vars) hostName;
|
||||
resolvconf = {
|
||||
enable = true;
|
||||
wifi.backend = "wpa_supplicant";
|
||||
extraConfig = ''
|
||||
name_servers='1.0.0.1'
|
||||
'';
|
||||
};
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
services.unbound = {
|
||||
enable = true;
|
||||
enableRootTrustAnchor = true;
|
||||
resolveLocalQueries = true;
|
||||
resolveLocalQueries = false;
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
|
|
Loading…
Reference in a new issue