moved more into hetzner platform
This commit is contained in:
parent
eeabaec9f9
commit
fe1eb8bfb8
2 changed files with 6 additions and 4 deletions
|
@ -29,6 +29,12 @@ in {
|
|||
loader = {
|
||||
grub.enable = true;
|
||||
grub.device = "/dev/sda";
|
||||
|
||||
# TODO(eyJhb): temp, something about disko
|
||||
# https://github.com/nix-community/disko/issues/572
|
||||
# can't be removed even when the VPS does not use UEFI
|
||||
grub.efiSupport = true;
|
||||
grub.efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
initrd = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue