nixos-config/modules/core/hardware.nix

8 lines
90 B
Nix
Raw Normal View History

{ pkgs, ... }:
2023-11-05 17:56:55 +01:00
{
services.smartd = {
enable = true;
autodetect = true;
};
2023-11-05 11:40:44 +01:00
}