This commit is contained in:
soraefir
2026-05-01 22:57:34 +02:00
parent f764e681c0
commit 16add98b0d

View File

@@ -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" ];