infra/nix/os/devices/fwhost2/hw.nix
2022-01-10 17:51:01 +01:00

17 lines
250 B
Nix

{ ... }:
let
in
{
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-ST9500325AS_S2WGAP8C";
};
hardware.enableRedistributableFirmware = true;
boot.extraModprobeConfig = ''
'';
}