mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
srv-core, vps-ns: Enable dns based ad blocking
This commit is contained in:
parent
fc6eafab59
commit
70140d0af4
2 changed files with 8 additions and 2 deletions
|
|
@ -21,7 +21,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
recursive-nameserver.enable = true;
|
||||
recursive-nameserver = {
|
||||
enable = true;
|
||||
blockAds = true;
|
||||
};
|
||||
private-nameserver.enable = true;
|
||||
|
||||
syncthing = {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
recursive-nameserver.enable = true;
|
||||
recursive-nameserver = {
|
||||
enable = true;
|
||||
blockAds = true;
|
||||
};
|
||||
private-nameserver.enable = true;
|
||||
public-nameserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue