diff --git a/nixos-configurations/orangepihole.nix b/nixos-configurations/orangepihole.nix index d3452e1..d36fcc3 100644 --- a/nixos-configurations/orangepihole.nix +++ b/nixos-configurations/orangepihole.nix @@ -94,25 +94,6 @@ } ]; services = { - unbound = { - enable = true; - localControlSocketPath = "/var/lib/unbound/control.sock"; - settings = { - server = { - do-ip6 = "no"; - qname-minimisation = "yes"; - interface = [ "end0" ]; - access-control = [ - "10.0.0.0/8 allow" - "fc::/7 allow" - ]; - }; - include = [ - "/etc/unbound/ads.conf" - "${../configs/unbound-local.conf}" - ]; - }; - }; journald.storage = "volatile"; };