nextdns: remove module I don't use this on systems anymore; it's on my router now.
1 file changed, 0 insertions(+), 8 deletions(-)
changed files
M system/settings/base.nix → system/settings/base.nix
@@ -4,9 +4,6 @@ pkgs, lib, ... }: { - imports = [ - ../modules/nextdns.nix - ]; boot.loader.timeout = lib.mkDefault 1; services.irqbalance.enable = true;@@ -16,10 +13,5 @@ ]; programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; - }; - - networking.nextdns = { - configID = "abd6e5"; - identifyDevice = true; }; }