all repos — nixfiles @ acf62d530ba983e762716ef78bd5078c4fc9778b

System and user configuration, managed by nix and home-manager

nextdns: remove module I don't use this on systems anymore; it's on my router now.

Alan Pearce
commit

acf62d530ba983e762716ef78bd5078c4fc9778b

parent

b0de86df156aa7828670a094a6313cd31fb59903

1 file changed, 0 insertions(+), 8 deletions(-)

changed files
M system/settings/base.nixsystem/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; }; }