This commit is contained in:
soraefir
2026-06-06 00:38:07 +02:00
parent f6db599099
commit 8f3a4cbd56

View File

@@ -110,7 +110,7 @@ in {
systemd.services.telegraf = { systemd.services.telegraf = {
path = lib.optionals (hasCollector "smart") [ pkgs.smartmontools ]; path = lib.optionals (hasCollector "smart") [ pkgs.smartmontools ];
serviceConfig.SupplementaryGroups = = ["docker" "podman"]; serviceConfig.SupplementaryGroups = ["docker" "podman"];
}; };
security.sudo.extraRules = lib.optionals (hasCollector "smart") [{ security.sudo.extraRules = lib.optionals (hasCollector "smart") [{