prometheus-frr-exporter: fix group (#490851)

This commit is contained in:
Sandro
2026-04-13 12:43:56 +00:00
committed by GitHub
@@ -27,10 +27,10 @@ in
};
group = mkOption {
type = types.str;
default = "frrtty";
default = "frrvty";
description = ''
Group under which the frr exporter shall be run.
The exporter talks to frr using a unix socket, which is owned by frrtty group.
The exporter talks to frr using a unix socket, which is owned by frrvty group.
'';
};
enabledCollectors = mkOption {