diff --git a/hosts/proxmox/discord-bots/configuration.nix b/hosts/proxmox/discord-bots/configuration.nix index 7dc3891..e50b142 100644 --- a/hosts/proxmox/discord-bots/configuration.nix +++ b/hosts/proxmox/discord-bots/configuration.nix @@ -43,8 +43,11 @@ # Bootloader. boot.loader = { - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; + systemd-boot.enable = false; + grub = { + enable = true; + device = "/dev/sda"; + }; }; services = {