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

14 lines
257 B
Nix
Raw Normal View History

2022-01-15 20:34:30 +01:00
{ ... }:
{
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
};
# boot.initrd.availableKernelModules = stage1Modules;
2022-10-31 11:04:38 +01:00
boot.extraModprobeConfig = "";
2022-01-15 20:34:30 +01:00
}