unbound-full: init
This commit is contained in:
parent
a40f86e390
commit
bd6ef5bee1
|
@ -8989,6 +8989,11 @@ in
|
|||
withSystemd = true;
|
||||
};
|
||||
|
||||
unbound-full = unbound.override {
|
||||
withSystemd = true;
|
||||
withDoH = true;
|
||||
};
|
||||
|
||||
unicorn = callPackage ../development/libraries/unicorn { };
|
||||
|
||||
units = callPackage ../tools/misc/units {
|
||||
|
|
Loading…
Reference in New Issue