mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
Revert "srv-core, vps-ns: Temporarily disable blocking-nameservers"
This reverts commit 0e6147c5ec.
This commit is contained in:
parent
0e6147c5ec
commit
7e922ee312
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue