use niv and add device elias-e525

This commit is contained in:
steveej 2022-01-15 20:34:30 +01:00
parent 8fd7ece12c
commit 2e74a2172c
22 changed files with 572 additions and 20 deletions

View file

@ -0,0 +1,14 @@
{ ... }:
{
# TASK: new device
hardware.opinionatedDisk = {
enable = true;
encrypted = false;
diskId = "ata-KINGSTON_SV100S2128G_08BAB0020855";
};
# boot.initrd.availableKernelModules = stage1Modules;
boot.extraModprobeConfig = ''
'';
}