this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

dusk 188fdf7b af5d3767

+2 -2
+1 -1
hosts/wolumonde/modules/nginx.nix
··· 120 120 # need so fluent-bit can access nginx 121 121 systemd.services.fluent-bit.serviceConfig.SupplementaryGroups = lib.mkForce "systemd-journal nginx"; 122 122 123 - services.vmalert.rules.groups = [ 123 + services.vmalert.instances."".rules.groups = [ 124 124 { 125 125 name = "nginx-logs"; 126 126 type = "vlogs";
+1 -1
hosts/wolumonde/modules/pds.nix
··· 94 94 }; 95 95 }; 96 96 97 - services.vmalert.rules.groups = [ 97 + services.vmalert.instances."".rules.groups = [ 98 98 { 99 99 name = "pds-logs"; 100 100 type = "vlogs";