btrfs enable compression
This commit is contained in:
parent
91573b5c4d
commit
f20affd9f8
|
@ -39,6 +39,7 @@ in {
|
|||
"/" = {
|
||||
device = "/dev/mapper/luksroot";
|
||||
fsType = "btrfs";
|
||||
options = ["compress=zstd"];
|
||||
};
|
||||
"/boot" = {
|
||||
device = "${nvme}-part1";
|
||||
|
|
Loading…
Reference in New Issue