feat(hosts/proxmox): the template for proxmox is now using grub
This commit is contained in:
parent
dfe8ed8b29
commit
fb37ef02c0
1 changed files with 5 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue