aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese/disks.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-12 12:46:02 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-12 12:46:02 -0800
commit1f53bf0a51605f58b9c8c459b2e723606e6da96b (patch)
treedd3f34d6ce49ddd0b4f0118943af58f6cf91a7eb /hosts/richese/disks.nix
parent8d4fc67e4cdf158b29b19d03781aff420b313157 (diff)
downloadnix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar.gz
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar.bz2
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar.lz
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar.xz
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.tar.zst
nix-1f53bf0a51605f58b9c8c459b2e723606e6da96b.zip
Add disko @richese
Diffstat (limited to 'hosts/richese/disks.nix')
-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 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";
};