This commit is contained in:
iFargle 2023-10-04 22:23:37 +09:00
parent 68ad02410f
commit 276d446063

View file

@ -5,6 +5,7 @@
./disks.nix
];
nixpkgs.config.allowUnfree = false;
boot.loader.grub.eficanTouchVariables = lib.mkForce false;
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ];
boot.initrd.kernelModules = [ ];