feat(hosts/proxmox): the template for proxmox is now using grub

This commit is contained in:
Raphael 2025-12-14 17:23:15 +01:00
parent dfe8ed8b29
commit fb37ef02c0
No known key found for this signature in database

View file

@ -43,8 +43,11 @@
# Bootloader. # Bootloader.
boot.loader = { boot.loader = {
systemd-boot.enable = true; systemd-boot.enable = false;
efi.canTouchEfiVariables = true; grub = {
enable = true;
device = "/dev/sda";
};
}; };
services = { services = {