diff --git a/devices/oksys/default.nix b/devices/oksys/default.nix index 1728fde5..03a3ad78 100644 --- a/devices/oksys/default.nix +++ b/devices/oksys/default.nix @@ -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; }; diff --git a/devices/oksys/modules/unbound.nix b/devices/oksys/modules/unbound.nix index 53e46c10..f4287be5 100644 --- a/devices/oksys/modules/unbound.nix +++ b/devices/oksys/modules/unbound.nix @@ -7,7 +7,7 @@ services.unbound = { enable = true; enableRootTrustAnchor = true; - resolveLocalQueries = true; + resolveLocalQueries = false; settings = { server = {