Revert "srv-core, vps-ns: Temporarily disable blocking-nameservers"

This reverts commit 0e6147c5ec.
This commit is contained in:
SebastianStork 2026-03-17 21:50:49 +01:00
parent 0e6147c5ec
commit 7e922ee312
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 9 additions and 1 deletions

View file

@ -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 = {