mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 15:29:07 +01:00
nameservers/recursive: Add option to block ads
This commit is contained in:
parent
97b64f459e
commit
fc6eafab59
3 changed files with 42 additions and 4 deletions
|
|
@ -75,6 +75,11 @@
|
|||
url = "github:iBigQ/radicale-birthday-calendar";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
blocklist = {
|
||||
url = "github:StevenBlack/hosts";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue