docs: add TODO

This commit is contained in:
Daniel Langbein 2023-12-13 12:20:32 +01:00
parent 76eeefcb8f
commit 407a297605
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" ]; }; 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!
}) cfg); }) cfg);
}; };
} }