fix: Bootloader
This commit is contained in:
parent
2c3de69e72
commit
040923c626
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user