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

15 lines
261 B
Nix
Raw Normal View History

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