nixos/ephemeral: Enable automatic defragmentation
This commit is contained in:
parent
8aa858a33e
commit
d4f01808ec
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ let
|
||||||
options = [ "nodev" "noexec" "nosuid" ];
|
options = [ "nodev" "noexec" "nosuid" ];
|
||||||
};
|
};
|
||||||
} |> lib.mapAttrs (name: subvol: subvol // {
|
} |> lib.mapAttrs (name: subvol: subvol // {
|
||||||
extraOptions = [ "noatime" "compress=zstd" ];
|
extraOptions = [ "noatime" "autodefrag" "compress=zstd" ];
|
||||||
});
|
});
|
||||||
in {
|
in {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in a new issue