infra/nix/os/devices/fwhost1/hw.nix

18 lines
268 B
Nix
Raw Normal View History

2022-01-12 04:11:18 +01:00
{ ... }:
let
in
{
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-INTEL_SSDSC2BW240A4_PHDA435602332403GN";
};
hardware.enableRedistributableFirmware = true;
boot.extraModprobeConfig = ''
'';
}