moved more into hetzner platform

This commit is contained in:
eyjhb 2024-08-09 00:02:37 +02:00
parent eeabaec9f9
commit fe1eb8bfb8
No known key found for this signature in database
GPG key ID: 609F508E3239F920
2 changed files with 6 additions and 4 deletions

View file

@ -16,10 +16,6 @@ in {
networking.hostName = "gerd";
networking.hostId = "e1166ac9";
boot.loader.grub = {
efiSupport = true;
efiInstallAsRemovable = true;
};
mine = {
state.enable = true;

View file

@ -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 = {