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