Switch to grub

This commit is contained in:
Lillian Violet 2023-11-21 15:30:15 +01:00
parent 4bc04e84e2
commit f6e205fa1c

View file

@ -150,8 +150,7 @@
networking.hostName = "queen"; networking.hostName = "queen";
#TODO: see if this bootloader works on the vps and if not replace it! boot.loader.grub.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 3; boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;