added smartmontools to zabbix-agent path
This commit is contained in:
parent
850c17bec6
commit
50ca62871a
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ in
|
||||||
systemd.services.zabbix-agent.path = [
|
systemd.services.zabbix-agent.path = [
|
||||||
(pkgs.writeShellScriptBin "borg_check.sh" (builtins.readFile ./borg_check.sh))
|
(pkgs.writeShellScriptBin "borg_check.sh" (builtins.readFile ./borg_check.sh))
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
|
pkgs.smartmontools
|
||||||
];
|
];
|
||||||
users.users.zabbix-agent.extraGroups = [ "systemd-journal" ];
|
users.users.zabbix-agent.extraGroups = [ "systemd-journal" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue