From 119533ee6353e5c6fc41cd45e6c356ea3b2b3d12 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 20 Mar 2025 07:50:07 -0400 Subject: [PATCH] Revise usage of S.M.A.R.T. tools --- modules/hosts/nixos/default.nix | 2 ++ modules/hosts/nixos/nixnuc/default.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/hosts/nixos/default.nix b/modules/hosts/nixos/default.nix index 57fb177..16436c4 100644 --- a/modules/hosts/nixos/default.nix +++ b/modules/hosts/nixos/default.nix @@ -14,6 +14,7 @@ iotop neofetch python3 + smartmontools sops ssh-to-age sysstat @@ -72,6 +73,7 @@ services = { openssh.enable = true; + smartd.enable = true; }; sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index c2873f1..547ceb4 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -40,7 +40,6 @@ in { nvme-cli podman-compose podman-tui # status of containers in the terminal - smartmontools yt-dlp ];