fix: Bootloader
This commit is contained in:
parent
2c3de69e72
commit
040923c626
@ -3,13 +3,16 @@
|
|||||||
loader = {
|
loader = {
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
# systemd-boot.enable = true;
|
# systemd-boot.enable = true;
|
||||||
efi.efiSysMountPoint = "/boot";
|
efi = {
|
||||||
|
efiSysMountPoint = "/boot";
|
||||||
|
canTouchEfiVariables = true;
|
||||||
|
};
|
||||||
|
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
|
useOSProber = true;
|
||||||
};
|
};
|
||||||
# efi.canTouchEfiVariables = true;
|
# efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user