From 50ca62871af2ea66fbd63cda28228914393a008b Mon Sep 17 00:00:00 2001 From: mc-fucker Date: Sun, 23 Mar 2025 22:48:54 +0100 Subject: [PATCH] added smartmontools to zabbix-agent path --- modules/zabbix-agent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zabbix-agent.nix b/modules/zabbix-agent.nix index cfdc246..faae769 100644 --- a/modules/zabbix-agent.nix +++ b/modules/zabbix-agent.nix @@ -19,6 +19,7 @@ in systemd.services.zabbix-agent.path = [ (pkgs.writeShellScriptBin "borg_check.sh" (builtins.readFile ./borg_check.sh)) pkgs.gawk + pkgs.smartmontools ]; users.users.zabbix-agent.extraGroups = [ "systemd-journal" ]; }