Merge pull request #504 from genebean/smartmon

Revise usage of S.M.A.R.T. tools
This commit is contained in:
Gene Liverman 2025-03-20 07:51:01 -04:00 committed by GitHub
commit 32ca312d62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
iotop iotop
neofetch neofetch
python3 python3
smartmontools
sops sops
ssh-to-age ssh-to-age
sysstat sysstat
@ -72,6 +73,7 @@
services = { services = {
openssh.enable = true; openssh.enable = true;
smartd.enable = true;
}; };
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];

View file

@ -40,7 +40,6 @@ in {
nvme-cli nvme-cli
podman-compose podman-compose
podman-tui # status of containers in the terminal podman-tui # status of containers in the terminal
smartmontools
yt-dlp yt-dlp
]; ];