stuff
This commit is contained in:

committed by
Shelvacu on triple-dezert

parent
e6f05af090
commit
a0a7c27393
@@ -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" = {
|
||||
|
Reference in New Issue
Block a user