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.
|
# Bootloader.
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = false;
|
||||||
efi.canTouchEfiVariables = true;
|
grub = {
|
||||||
|
enable = true;
|
||||||
|
device = "/dev/sda";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue