aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-04-30 16:35:39 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-04-30 16:35:39 -0700
commit3d9ba8d424a7e6e3f2ec5fd0cbccde38754eddb6 (patch)
treeb6b32ff764bc5bb4188554c0c11138eae917313f
parentee2070839429f30a4f98e2744a11e62723f7b7dd (diff)
downloadnix-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 '')
-rw-r--r--hosts/richese/disks.nix6
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";
};