diff --git a/base/services/smartd.nix b/base/services/smartd.nix index e21755c..b66afed 100644 --- a/base/services/smartd.nix +++ b/base/services/smartd.nix @@ -1,4 +1,8 @@ -{ ... }: +{ pkgs, ... }: { services.smartd.enable = true; + + environment.systemPackages = with pkgs; [ + smartmontools + ]; } \ No newline at end of file