infra/nix/os/devices/fwhost2/hw.nix

18 lines
250 B
Nix
Raw Normal View History

2022-01-09 21:50:55 +01:00
{ ... }:
let
in
{
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-ST9500325AS_S2WGAP8C";
};
hardware.enableRedistributableFirmware = true;
boot.extraModprobeConfig = ''
'';
}