Gateway Boot
This commit is contained in:
@@ -7,10 +7,17 @@
|
||||
boot.initrd.kernelModules = [ "nvme" ];
|
||||
|
||||
boot.loader.grub.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.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" = {
|
||||
device = "/dev/sda2";
|
||||
fsType = "vfat";
|
||||
options = [ "defaults" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user