chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 8 additions and 8 deletions
Showing only changes of commit 2eb6f9a425 - Show all commits

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 { };
};