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