This commit is contained in:
parent
0bf1eb4ed6
commit
0bb646a332
2 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue