pkgs: add unbound-zones-adblock
Unbound wants a configuration file that is not actually formatted like StevenBlack's hosts files. This derivation fixes that.
This commit is contained in:
parent
20c20cef46
commit
d10f0ed103
2 changed files with 42 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
rec {
|
||||
havm = pkgs.callPackage ./havm { };
|
||||
|
||||
lohr = pkgs.callPackage ./lohr { };
|
||||
|
|
@ -8,5 +8,9 @@
|
|||
|
||||
podgrab = pkgs.callPackage ./podgrab { };
|
||||
|
||||
unbound-zones-adblock = pkgs.callPackage ./unbound-zones-adblock {
|
||||
inherit unified-hosts-lists;
|
||||
};
|
||||
|
||||
unified-hosts-lists = pkgs.callPackage ./unified-hosts-lists { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue