btrfs enable compression

main
Motiejus Jakštys 2024-03-13 16:23:01 +02:00 committed by Motiejus Jakštys
parent 91573b5c4d
commit f20affd9f8
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ in {
"/" = {
device = "/dev/mapper/luksroot";
fsType = "btrfs";
options = ["compress=zstd"];
};
"/boot" = {
device = "${nvme}-part1";