common/smartd: add `smartctl` to environment packages
This commit is contained in:
parent
bf2959c68d
commit
da8e073e8d
|
@ -1,4 +1,8 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.smartd.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
smartmontools
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue