5 lines
87 B
Nix
5 lines
87 B
Nix
_: let
|
|
mkBtrfs = list: list + ["compress=zstd" "noatime"];
|
|
in {
|
|
inherit mkBtrfs;
|
|
}
|