fix: Bootloader

This commit is contained in:
Sweetbread 2025-01-01 19:15:41 +03:00
parent 2c3de69e72
commit 040923c626

View File

@ -3,13 +3,16 @@
loader = {
timeout = 3;
# systemd-boot.enable = true;
efi.efiSysMountPoint = "/boot";
efi = {
efiSysMountPoint = "/boot";
canTouchEfiVariables = true;
};
grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
useOSProber = true;
};
# efi.canTouchEfiVariables = true;
};