diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index e912bac..3efc798 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -17,10 +17,6 @@ }; services = { - blocking-nameserver = { - enable = true; - gui.domain = "adguard.${config.custom.networking.overlay.fqdn}"; - }; recursive-nameserver.enable = true; private-nameserver.enable = true; diff --git a/hosts/vps-ns/configuration.nix b/hosts/vps-ns/configuration.nix index d19b173..701eb12 100644 --- a/hosts/vps-ns/configuration.nix +++ b/hosts/vps-ns/configuration.nix @@ -1,4 +1,4 @@ -{ config, self, ... }: +{ self, ... }: { imports = [ self.nixosModules.server-profile ]; @@ -21,10 +21,6 @@ }; services = { - blocking-nameserver = { - enable = true; - gui.domain = "adguard.${config.custom.networking.overlay.fqdn}"; - }; recursive-nameserver.enable = true; private-nameserver.enable = true; public-nameserver = {