added smartmontools to zabbix-agent path

This commit is contained in:
mc-fucker 2025-03-23 22:48:54 +01:00
parent 850c17bec6
commit 50ca62871a

View file

@ -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" ];
}