nixos/ephemeral: Enable compression for all sub‐volumes
This commit is contained in:
parent
97eba3066e
commit
5485ef85b2
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ let
|
|||
};
|
||||
"/etc/credstore.encrypted" = {
|
||||
options = [ "nodev" "noexec" "nosuid" ];
|
||||
extraOptions = [ "noatime" ];
|
||||
extraOptions = [ "noatime" "compress=zstd" ];
|
||||
};
|
||||
"/nix" = {
|
||||
options = [ "nodev" "nosuid" ];
|
||||
|
|
Loading…
Reference in a new issue