fix
This commit is contained in:
@@ -110,7 +110,7 @@ in {
|
||||
|
||||
systemd.services.telegraf = {
|
||||
path = lib.optionals (hasCollector "smart") [ pkgs.smartmontools ];
|
||||
serviceConfig.SupplementaryGroups = = ["docker" "podman"];
|
||||
serviceConfig.SupplementaryGroups = ["docker" "podman"];
|
||||
};
|
||||
|
||||
security.sudo.extraRules = lib.optionals (hasCollector "smart") [{
|
||||
|
||||
Reference in New Issue
Block a user