infra/nix/os/devices/elias-e525/hw.nix
2022-11-03 20:46:14 +01:00

13 lines
257 B
Nix

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