mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #504 from genebean/smartmon
Revise usage of S.M.A.R.T. tools
This commit is contained in:
commit
32ca312d62
2 changed files with 2 additions and 1 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue