fix
This commit is contained in:
@@ -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") [{
|
||||||
|
|||||||
Reference in New Issue
Block a user