diff options
Diffstat (limited to 'hosts/richese/disks.nix')
-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 612c215..02c6ffe 100644 --- a/hosts/richese/disks.nix +++ b/hosts/richese/disks.nix @@ -7,7 +7,7 @@ content = { type = "gpt"; partitions = { - bios = { + MBR = { size = "4M"; type = "EF02"; }; |