diff --git a/nixos/modules/services/monitoring/prometheus/exporters/frr.nix b/nixos/modules/services/monitoring/prometheus/exporters/frr.nix index 617ea8b42818..bbed4e18afc0 100644 --- a/nixos/modules/services/monitoring/prometheus/exporters/frr.nix +++ b/nixos/modules/services/monitoring/prometheus/exporters/frr.nix @@ -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 {