add fwhost1
This commit is contained in:
parent
489cad342e
commit
bd591726ac
10 changed files with 232 additions and 50 deletions
17
nix/os/devices/fwhost1/hw.nix
Normal file
17
nix/os/devices/fwhost1/hw.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
|
||||
let
|
||||
|
||||
in
|
||||
{
|
||||
# TASK: new device
|
||||
hardware.opinionatedDisk = {
|
||||
enable = true;
|
||||
encrypted = false;
|
||||
diskId = "ata-INTEL_SSDSC2BW240A4_PHDA435602332403GN";
|
||||
};
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
boot.extraModprobeConfig = ''
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue