This commit is contained in:
Shelvacu
2025-07-18 12:07:29 -07:00
committed by Shelvacu on triple-dezert
parent e6f05af090
commit a0a7c27393

View File

@@ -24,7 +24,14 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/a4d6a30b-a8b1-460c-9f90-554e61b112fe";
fsType = "f2fs";
options = [ "usrquota" "grpquota" "prjquota" ];
options = [
"compress_algorithm=zstd:6"
"compress_chksum"
"atgc"
"gc_merge"
"usrquota"
"grpquota"
];
};
fileSystems."/boot" = {