enable unbound

This commit is contained in:
2025-08-12 15:22:48 +02:00
parent 1e4af684fe
commit 6608a09bbb
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
gid = 993; gid = 993;
unbound = { unbound = {
enable = false; enable = true;
}; };
caddy = { caddy = {
enable = true; enable = true;

View File

@@ -14,7 +14,7 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services = { services = {
# resolved.enable = lib.mkForce false; resolved.enable = lib.mkForce false;
unbound = { unbound = {
enable = true; enable = true;
enableRootTrustAnchor = true; enableRootTrustAnchor = true;