Infini-FRAMEWORK: enable btrfs compression

This commit is contained in:
Infinidoge 2023-08-31 11:10:39 -04:00
parent 28123556c2
commit a92368fe50

View file

@ -3,7 +3,7 @@
let let
uuid = uuid: "/dev/disk/by-uuid/${uuid}"; uuid = uuid: "/dev/disk/by-uuid/${uuid}";
main = uuid "a44af0ff-5667-465d-b80a-1934d1aab8d9"; main = uuid "a44af0ff-5667-465d-b80a-1934d1aab8d9";
commonOptions = [ "autodefrag" "noatime" "ssd" ]; commonOptions = [ "autodefrag" "noatime" "ssd" "compress=zstd:1" ];
in in
{ {
fileSystems = { fileSystems = {