From 7e922ee312e329f63f35a2b91317414a5f8a168f Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 17 Mar 2026 21:50:49 +0100 Subject: [PATCH] Revert "srv-core, vps-ns: Temporarily disable blocking-nameservers" This reverts commit 0e6147c5ecef17f365ec00f52973b5c01cfcb5d0. --- hosts/srv-core/configuration.nix | 4 ++++ hosts/vps-ns/configuration.nix | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hosts/srv-core/configuration.nix b/hosts/srv-core/configuration.nix index 3efc798..e912bac 100644 --- a/hosts/srv-core/configuration.nix +++ b/hosts/srv-core/configuration.nix @@ -17,6 +17,10 @@ }; 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 701eb12..d19b173 100644 --- a/hosts/vps-ns/configuration.nix +++ b/hosts/vps-ns/configuration.nix @@ -1,4 +1,4 @@ -{ self, ... }: +{ config, self, ... }: { imports = [ self.nixosModules.server-profile ]; @@ -21,6 +21,10 @@ }; services = { + blocking-nameserver = { + enable = true; + gui.domain = "adguard.${config.custom.networking.overlay.fqdn}"; + }; recursive-nameserver.enable = true; private-nameserver.enable = true; public-nameserver = {