mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs: add TODO
This commit is contained in:
parent
76eeefcb8f
commit
407a297605
@ -37,7 +37,7 @@ in
|
||||
# fileSystems."/".options = [ "compress=zstd" "noatime" "commit=120" ];
|
||||
fileSystems = builtins.listToAttrs (builtins.map (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);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user