feat(attic): remove ESP partition and enable GRUB for legacy boot

- Remove the ESP partition configuration in `disko.nix` as it’s unnecessary for legacy BIOS setups.
- Enable GRUB bootloader and disable EFI settings in `default.nix` for compatibility with Hetzner cloud instances.
This commit is contained in:
Harald Hoyer 2026-03-25 09:59:46 +01:00
parent 8c1eadf474
commit f2cc004192
2 changed files with 6 additions and 9 deletions

View file

@ -16,15 +16,6 @@
size = "1M";
type = "EF02"; # for grub MBR
};
ESP = {
size = "1G";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
root = {
size = "100%";
content = {