undo unify unbound

This commit is contained in:
Vivian 2022-09-10 15:14:57 +02:00
parent 6878e2b786
commit 2eb6f9a425
2 changed files with 8 additions and 8 deletions

View file

@ -28,7 +28,7 @@ in {
services.unbound = {
enable = true;
package = pkgs.unbound;
package = pkgs.v.unbound;
settings = {
server = {
use-syslog = "yes";

View file

@ -10,17 +10,17 @@ final: prev: {
catppuccin.cursors = prev.callPackage ./catppuccin/cursors { };
unbound = prev.unbound.override {
withSystemd = true;
withDoH = true;
withDNSCrypt = true;
withTFO = true;
};
v = {
glitch-soc = prev.callPackage ./glitch-soc { };
unbound = prev.unbound.override {
withSystemd = true;
withDoH = true;
withDNSCrypt = true;
withTFO = true;
};
vmagent = prev.callPackage ./vmagent { };
gitea-agatheme = prev.callPackage ./gitea-agatheme { };
};