From f6e205fa1c3d48e7fab1df1a39f81c94ea0086c4 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 21 Nov 2023 15:30:15 +0100 Subject: [PATCH] Switch to grub --- nixos/queen/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 4da8d18..ad55f71 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -150,8 +150,7 @@ networking.hostName = "queen"; - #TODO: see if this bootloader works on the vps and if not replace it! - boot.loader.systemd-boot.enable = true; + boot.loader.grub.enable = true; boot.loader.systemd-boot.configurationLimit = 3; boot.loader.efi.canTouchEfiVariables = true;