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

14 lines
243 B
Nix

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