test
This commit is contained in:
parent
215f67e818
commit
dc6ab136b9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
./disks.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
boot.loader.grub.eficanTouchVariables = lib.mkForce false;
|
||||
boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
|
|
Loading…
Reference in a new issue