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

12 lines
230 B
Nix
Raw Permalink Normal View History

2024-11-15 10:17:56 +01:00
_: {
2022-01-09 21:50:55 +01:00
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-ST9500325AS_S2WGAP8C";
};
hardware.enableRedistributableFirmware = true;
2022-10-31 11:04:38 +01:00
boot.extraModprobeConfig = "";
2022-01-09 21:50:55 +01:00
}