diff --git a/hosts/common/configs/system/smartmontools/default.nix b/hosts/common/configs/system/smartmontools/default.nix new file mode 100644 index 0000000..c4a6464 --- /dev/null +++ b/hosts/common/configs/system/smartmontools/default.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + smartmontools + nvme-cli + ]; +} diff --git a/hosts/eirene/default.nix b/hosts/eirene/default.nix index 9ce1e66..e70e735 100644 --- a/hosts/eirene/default.nix +++ b/hosts/eirene/default.nix @@ -31,6 +31,7 @@ ../common/configs/system/podman ../common/configs/system/powertop ../common/configs/system/printing + ../common/configs/system/smartmontools ../common/configs/system/sops ../common/configs/system/ssh ../common/configs/system/ssh-agent diff --git a/hosts/elara/default.nix b/hosts/elara/default.nix index a517bd1..53c00ca 100644 --- a/hosts/elara/default.nix +++ b/hosts/elara/default.nix @@ -35,6 +35,7 @@ ../common/configs/system/podman ../common/configs/system/powertop ../common/configs/system/printing + ../common/configs/system/smartmontools ../common/configs/system/sops ../common/configs/system/ssh ../common/configs/system/ssh-agent