docs: rm TODO

This commit is contained in:
Daniel Langbein 2024-02-23 17:06:16 +01:00
parent 844e3b4126
commit 9551bbef2d
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -37,7 +37,7 @@ in
# fileSystems."/".options = [ "compress=zstd" "noatime" "commit=120" ]; # fileSystems."/".options = [ "compress=zstd" "noatime" "commit=120" ];
fileSystems = builtins.listToAttrs (builtins.map (btrfs_mount_path: { fileSystems = builtins.listToAttrs (builtins.map (btrfs_mount_path: {
name = btrfs_mount_path; name = btrfs_mount_path;
value = { options = [ "compress=zstd" "noatime" "commit=120" ]; }; # TODO lower this for Laptop with battery -> Power loss if empty. Or: Fix GNOME not suspending if battery below 8 percent! value = { options = [ "compress=zstd" "noatime" "commit=120" ]; };
}) cfg); }) cfg);
}; };
} }