mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39: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
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -16,6 +16,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"blocklist": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1772371087,
|
||||
"narHash": "sha256-4exSkO2QcRy+yhQf2tV6jgO3noNNPvSeIad1YLxpazI=",
|
||||
"owner": "StevenBlack",
|
||||
"repo": "hosts",
|
||||
"rev": "484d3c71b9433e08fa887297e25a3b53c0c6fd57",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "StevenBlack",
|
||||
"repo": "hosts",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"comin": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
|
|
@ -293,6 +309,7 @@
|
|||
"root": {
|
||||
"inputs": {
|
||||
"betterfox": "betterfox",
|
||||
"blocklist": "blocklist",
|
||||
"comin": "comin",
|
||||
"disko": "disko",
|
||||
"dns": "dns",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue