Add 1MB Bios Partition to everything just in case
This commit is contained in:
parent
ad87c44701
commit
5b9b31af14
12 changed files with 40 additions and 8 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, lib, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
(modulesPath + "/virtualisation/qemu-vm.nix")
|
||||
];
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue