all repos — nixfiles @ 57250f8deeffb892cb45a0850f0ab6ee07ccaee4

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

nextdns: remove darwin support Use nextdns CLI instead

Alan Pearce
commit

57250f8deeffb892cb45a0850f0ab6ee07ccaee4

parent

e9e9d0be07e91b4bb2191ad5f653e66d4f986677

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

changed files
M system/trillian.nixsystem/trillian.nix
@@ -2,9 +2,6 @@ { config, pkgs, ... }:
{ imports = [ - ./modules/darwin/stubby.nix - ./modules/nextdns.nix - ./settings/darwin.nix ./settings/programs/shell.nix ];
@@ -15,13 +12,6 @@ };
networking = { hostName = "trillian"; - knownNetworkServices = [ "Wi-Fi" "USB 10/100/1000 LAN" ]; - nextdns = { - enable = true; - resolver = "stubby"; - configID = "abd6e5"; - identifyDevice = true; - }; }; # Use a custom configuration.nix location.