change bootloader to grub
This commit is contained in:
parent
97e514a3b7
commit
a62196fbc1
|
|
@ -8,8 +8,13 @@
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader = {
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
grub.enable = true;
|
||||||
|
grub.device = "nodev";
|
||||||
|
grub.efiSupport = true;
|
||||||
|
grub.useOSProber = true;
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
|
};
|
||||||
|
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue