using nixos-anywhere

This commit is contained in:
2026-06-21 14:52:34 -04:00
parent 69470ce7da
commit e0cc6f013b
+5 -5
View File
@@ -15,14 +15,14 @@
partitions = {
# GRUB's core.img lives here on GPT/BIOS systems (GPT leaves no
# gap after the MBR, so grub-install needs an EF02 partition).
# Not mounted; grub-install writes the boot code directly.
# No `content` block — this partition holds raw GRUB boot code,
# not a filesystem. disko also derives boot.loader.grub.devices
# from this partition automatically.
# See: https://github.com/nix-community/disko/blob/master/example/gpt-bios-compat.nix
boot = {
size = "1M";
type = "EF02";
content = {
type = "filesystem";
format = "empty";
};
attributes = [0];
};
root = {
size = "100%";