nixos/ephemeral: Enable compression for all sub‐volumes

This commit is contained in:
Mikael 2024-10-18 17:39:16 +02:00
parent 97eba3066e
commit 5485ef85b2
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -112,7 +112,7 @@ let
};
"/etc/credstore.encrypted" = {
options = [ "nodev" "noexec" "nosuid" ];
extraOptions = [ "noatime" ];
extraOptions = [ "noatime" "compress=zstd" ];
};
"/nix" = {
options = [ "nodev" "nosuid" ];