aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-12 12:10:40 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-12 12:10:40 -0800
commit6e28154d875a1750213402a145deadc8d0ea6b35 (patch)
tree39efc8c35092194f0d1bc65e6f1c8a97d6437b34
parent240ad5ab9fcbd9812532ed99e99894e20b806162 (diff)
downloadnix-6e28154d875a1750213402a145deadc8d0ea6b35.tar
nix-6e28154d875a1750213402a145deadc8d0ea6b35.tar.gz
nix-6e28154d875a1750213402a145deadc8d0ea6b35.tar.bz2
nix-6e28154d875a1750213402a145deadc8d0ea6b35.tar.lz
nix-6e28154d875a1750213402a145deadc8d0ea6b35.tar.xz
nix-6e28154d875a1750213402a145deadc8d0ea6b35.tar.zst
nix-6e28154d875a1750213402a145deadc8d0ea6b35.zip
Fix rebuild failure @richese
-rw-r--r--hosts/richese/disks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/disks.nix b/hosts/richese/disks.nix
index 576152f..612c215 100644
--- a/hosts/richese/disks.nix
+++ b/hosts/richese/disks.nix
@@ -7,7 +7,7 @@
content = {
type = "gpt";
partitions = {
- boot = {
+ bios = {
size = "4M";
type = "EF02";
};