WIP
This commit is contained in:
parent
0473021e08
commit
429a85060d
3 changed files with 10 additions and 0 deletions
|
@ -4,5 +4,8 @@
|
|||
|
||||
{
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.efiInstallAsRemovable = lib.mkForce true;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
|
||||
boot.extraModulePackages = [ ];
|
||||
}
|
||||
|
|
|
@ -11,7 +11,13 @@ let
|
|||
"virtio_pci"
|
||||
"virtio_ring"
|
||||
"virtio"
|
||||
|
||||
"scsi_mod"
|
||||
"uas"
|
||||
"usb_storage"
|
||||
|
||||
"xhci_hcd"
|
||||
"xhci_pci"
|
||||
];
|
||||
|
||||
in
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
# TASK: new device
|
||||
hardware.opinionatedDisk.diskId = "usb-SanDisk_Extreme_Pro_12345978EC62-0:0";
|
||||
hardware.opinionatedDisk.encrypted = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue