From 3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 30 Apr 2026 16:35:39 -0700 Subject: Fix richese disk layout --- hosts/richese/disks.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'hosts/richese/disks.nix') diff --git a/hosts/richese/disks.nix b/hosts/richese/disks.nix index 02c6ffe..a626a80 100644 --- a/hosts/richese/disks.nix +++ b/hosts/richese/disks.nix @@ -7,10 +7,6 @@ content = { type = "gpt"; partitions = { - MBR = { - size = "4M"; - type = "EF02"; - }; ESP = { size = "1G"; type = "EF00"; @@ -52,7 +48,7 @@ encryption = "aes-256-gcm"; keyformat = "passphrase"; keylocation = "file:///tmp/data.keyfile"; - normalization = "formD"; + #normalization = "formD"; # disabled due to previous issue: https://github.com/NixOS/nixpkgs/pull/86432 relatime = "on"; xattr = "sa"; }; -- cgit v1.3