From 8f3a4cbd56b06f01a9932bf102e16a777d84c3fb Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 6 Jun 2026 00:38:07 +0200 Subject: [PATCH] fix --- modules/nixos/tools/telegraf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/tools/telegraf/default.nix b/modules/nixos/tools/telegraf/default.nix index f51ce4d..8ef9663 100644 --- a/modules/nixos/tools/telegraf/default.nix +++ b/modules/nixos/tools/telegraf/default.nix @@ -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") [{