diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 12:10:40 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 12:10:40 -0800 |
commit | 6e28154d875a1750213402a145deadc8d0ea6b35 (patch) | |
tree | 39efc8c35092194f0d1bc65e6f1c8a97d6437b34 | |
parent | 240ad5ab9fcbd9812532ed99e99894e20b806162 (diff) | |
download | nix-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.nix | 2 |
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"; }; |