feat: reduce logging on the containers

This commit is contained in:
Xavier Morel
2025-11-15 20:03:49 +01:00
parent e0335cb666
commit fccbd8916c
3 changed files with 23 additions and 4 deletions

View File

@@ -28,6 +28,11 @@ in
}
'';
}).out;
services.prometheus.exporters.unbound = {
enable = true;
port = 9167;
openFirewall = true;
};
services.unbound = {
enable = true;
settings = {