From 4217cac3d53cb0a686e718c8f58ef845f955b51d Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 6 Jun 2026 00:53:06 +0200 Subject: [PATCH] fix --- modules/nixos/tools/telegraf/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos/tools/telegraf/default.nix b/modules/nixos/tools/telegraf/default.nix index 57c2b8c..4939a02 100644 --- a/modules/nixos/tools/telegraf/default.nix +++ b/modules/nixos/tools/telegraf/default.nix @@ -105,11 +105,11 @@ in { ]; }; - users.users.telegraf.extraGroups = ["docker" "podman"]; + users.users.telegraf.extraGroups = ["podman"]; systemd.services.telegraf = { path = lib.optionals (hasCollector "smart") [ pkgs.smartmontools ]; - serviceConfig.SupplementaryGroups = ["docker" "podman"]; + serviceConfig.SupplementaryGroups = ["podman"]; }; security.sudo.extraRules = lib.optionals (hasCollector "smart") [{