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 ];