infra/nix/os/devices/elias-e525/hw.nix

11 lines
254 B
Nix

{...}: {
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
};
# boot.initrd.availableKernelModules = stage1Modules;
boot.extraModprobeConfig = "";
}