infrastructure/nixos/pkgs/default.nix

11 lines
172 B
Nix
Raw Normal View History

2021-11-21 21:56:17 +01:00
final: prev: {
v = {
unbound = prev.unbound.override {
withSystemd = true;
withDoH = true;
withDNSCrypt = true;
withTFO = true;
};
};
}