diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:35:39 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:35:39 -0700 |
| commit | 3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6 (patch) | |
| tree | b6b32ff764bc5bb4188554c0c11138eae917313f /hosts/richese/disks.nix | |
| parent | ee2070839429f30a4f98e2744a11e62723f7b7dd (diff) | |
| download | nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar.gz nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar.bz2 nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar.lz nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar.xz nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.tar.zst nix-3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6.zip | |
Fix richese disk layout
Diffstat (limited to 'hosts/richese/disks.nix')
| -rw-r--r-- | hosts/richese/disks.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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"; }; |
