nixos-config/modules/core/hardware.nix
2025-03-24 09:25:31 +01:00

7 lines
90 B
Nix

{ pkgs, ... }:
{
services.smartd = {
enable = true;
autodetect = true;
};
}