nix machine / user configurations

fix(wolumonde): get rid of some warnings related to vmalert [skip ci]

ptr.pet 188fdf7b af5d3767

verified
Changed files
+2 -2
hosts
wolumonde
modules
+1 -1
hosts/wolumonde/modules/nginx.nix
···
# need so fluent-bit can access nginx
systemd.services.fluent-bit.serviceConfig.SupplementaryGroups = lib.mkForce "systemd-journal nginx";
-
services.vmalert.rules.groups = [
{
name = "nginx-logs";
type = "vlogs";
···
# need so fluent-bit can access nginx
systemd.services.fluent-bit.serviceConfig.SupplementaryGroups = lib.mkForce "systemd-journal nginx";
+
services.vmalert.instances."".rules.groups = [
{
name = "nginx-logs";
type = "vlogs";
+1 -1
hosts/wolumonde/modules/pds.nix
···
};
};
-
services.vmalert.rules.groups = [
{
name = "pds-logs";
type = "vlogs";
···
};
};
+
services.vmalert.instances."".rules.groups = [
{
name = "pds-logs";
type = "vlogs";