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

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