fix: mount options

This commit is contained in:
Daniel Langbein 2023-10-04 11:05:00 +02:00
parent 815ffd5b29
commit 404a0b34c2
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -69,6 +69,7 @@ in
# TODO: For "/" this cfg resides in base.nix # TODO: For "/" this cfg resides in base.nix
fileSystems = { fileSystems = {
"/mnt/512gb".options = [ "compress=zstd" "noatime" "commit=120" ]; # Ext4 not BTRFS
"/mnt/512gb".options = [ "noatime" "commit=60" ];
}; };
} }