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;