fix statix

This commit is contained in:
Vivian 2023-05-11 09:48:16 +02:00
parent fa3a06af9d
commit 0fb744c200
2 changed files with 11 additions and 11 deletions

View file

@ -52,9 +52,9 @@ in {
};
services.prometheus.exporters.unbound = mkIf cfg.enableMetrics {
enable = true;
openFirewall = cfg.openFirewall;
inherit (cfg) openFirewall;
inherit (config.services.unbound) group;
controlInterface = config.services.unbound.localControlSocketPath;
group = config.services.unbound.group;
};
services.unbound = {
enable = true;