diff options
author | Alan Pearce | 2019-11-12 19:30:35 +0100 |
---|---|---|
committer | Alan Pearce | 2019-11-20 11:14:15 +0100 |
commit | 749f4be1ef9b115c97fa717cc6068ab342c7650c (patch) | |
tree | 1a4041001578e0cb03c1dfd021c1082b71c2a816 /system/settings/hardware | |
parent | 1078600d993baaf585d91a476f0d03c992817518 (diff) | |
download | nixfiles-749f4be1ef9b115c97fa717cc6068ab342c7650c.tar.lz nixfiles-749f4be1ef9b115c97fa717cc6068ab342c7650c.tar.zst nixfiles-749f4be1ef9b115c97fa717cc6068ab342c7650c.zip |
Configure nextdns usage via module
Diffstat (limited to 'system/settings/hardware')
-rw-r--r-- | system/settings/hardware/network-manager.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/settings/hardware/network-manager.nix b/system/settings/hardware/network-manager.nix index 4daea7be..6ab0c818 100644 --- a/system/settings/hardware/network-manager.nix +++ b/system/settings/hardware/network-manager.nix @@ -1,17 +1,9 @@ { config, lib, pkgs, ... }: { - imports = [ - ../services/kresd.nix - ]; - networking = { networkmanager = { enable = true; - dns = lib.mkForce "none"; - }; - resolvconf = { - useLocalResolver = true; }; }; |