infra/nix/os/devices/fwhost2/hw.nix
2022-10-31 11:05:05 +01:00

15 lines
245 B
Nix

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