srv-core, vps-ns: Enable blocking-nameserver

This commit is contained in:
SebastianStork 2026-03-17 18:03:53 +01:00
parent 2cdfec2086
commit 1c0cb61cdf
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 7 additions and 5 deletions

View file

@ -17,10 +17,11 @@
};
services = {
recursive-nameserver = {
blocking-nameserver = {
enable = true;
blockAds = true;
gui.domain = "adguard.${config.custom.networking.overlay.fqdn}";
};
recursive-nameserver.enable = true;
private-nameserver.enable = true;
syncthing = {