moved more into hetzner platform
This commit is contained in:
parent
eeabaec9f9
commit
fe1eb8bfb8
2 changed files with 6 additions and 4 deletions
|
@ -16,10 +16,6 @@ in {
|
||||||
|
|
||||||
networking.hostName = "gerd";
|
networking.hostName = "gerd";
|
||||||
networking.hostId = "e1166ac9";
|
networking.hostId = "e1166ac9";
|
||||||
boot.loader.grub = {
|
|
||||||
efiSupport = true;
|
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
mine = {
|
mine = {
|
||||||
state.enable = true;
|
state.enable = true;
|
||||||
|
|
|
@ -29,6 +29,12 @@ in {
|
||||||
loader = {
|
loader = {
|
||||||
grub.enable = true;
|
grub.enable = true;
|
||||||
grub.device = "/dev/sda";
|
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 = {
|
initrd = {
|
||||||
|
|
Loading…
Reference in a new issue