Switch to grub

This commit is contained in:
Lillian-Violet 2023-11-21 15:30:15 +01:00
parent 10f71ddff7
commit 8a89f11691

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;