From acf62d530ba983e762716ef78bd5078c4fc9778b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 13 Mar 2023 20:35:57 +0100 Subject: nextdns: remove module I don't use this on systems anymore; it's on my router now. --- system/settings/base.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'system/settings') diff --git a/system/settings/base.nix b/system/settings/base.nix index 646e3c3e..1fa61d09 100644 --- a/system/settings/base.nix +++ b/system/settings/base.nix @@ -4,9 +4,6 @@ lib, ... }: { - imports = [ - ../modules/nextdns.nix - ]; boot.loader.timeout = lib.mkDefault 1; services.irqbalance.enable = true; @@ -17,9 +14,4 @@ programs.zsh = { histFile = "\${XDG_DATA_HOME}/zsh/history"; }; - - networking.nextdns = { - configID = "abd6e5"; - identifyDevice = true; - }; } -- cgit 1.4.1