tower/filesystem/default.nix fix boot mount options

This commit is contained in:
Charlie Root 2025-03-07 10:59:09 +01:00
commit 43f703f311
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -8,7 +8,7 @@
"/" = {
device = "/dev/disk/by-uuid/3a781f2e-290a-4609-9035-a93374459def";
fsType = "ext4";
options = ["noatime" "compress=zstd"];
options = ["noatime"];
};
};
}