From 8a89f11691227842e62c58c1f68f729bc801630b 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;