feat(kilimandjaro): enable btrfs compression

This commit is contained in:
uku 2024-12-28 17:41:59 +01:00
parent e7b937da94
commit 0e0aa960c8
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -29,6 +29,10 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/e082a535-4b7c-4b24-af1c-0373eefd3c05";
fsType = "btrfs";
options = [
"compress=zstd"
"noatime"
];
};
fileSystems."/boot" = {