aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
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";
};