infra/nix/os/devices/fwhost2/hw.nix
2023-02-07 18:23:51 +01:00

12 lines
241 B
Nix

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