feat(fuji): enable btrfs compression

This commit is contained in:
uku 2024-12-30 18:01:33 +01:00
parent 2f6354b8a2
commit d7fda45b43
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -27,7 +27,11 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/660ff32b-308f-411a-815e-959706ec1bcb";
fsType = "btrfs";
options = [ "subvol=@" ];
options = [
"subvol=@"
"compress=zstd"
"noatime"
];
};
fileSystems."/boot" = {