From fb37ef02c0040eba3de9a021918021fa476a51d7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 14 Dec 2025 17:23:15 +0100 Subject: [PATCH] feat(hosts/proxmox): the template for proxmox is now using grub --- hosts/proxmox/discord-bots/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 = {