boot fix
This commit is contained in:
@@ -6,16 +6,11 @@
|
||||
[ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
|
||||
boot.initrd.kernelModules = [ "nvme" ];
|
||||
|
||||
boot.loader.grub.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
# boot.loader.efi.efiSysMountPoint = "/boot"; # Changed from /boot/efi
|
||||
# boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda3";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/sda2";
|
||||
fsType = "vfat";
|
||||
options = [ "defaults" ];
|
||||
|
||||
Reference in New Issue
Block a user