diff --git a/hosts/yodaTab/configuration.nix b/hosts/yodaTab/configuration.nix index e3bd537..aedb557 100644 --- a/hosts/yodaTab/configuration.nix +++ b/hosts/yodaTab/configuration.nix @@ -69,6 +69,7 @@ in # TODO: For "/" this cfg resides in base.nix fileSystems = { - "/mnt/512gb".options = [ "compress=zstd" "noatime" "commit=120" ]; + # Ext4 not BTRFS + "/mnt/512gb".options = [ "noatime" "commit=60" ]; }; }