mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs: rm TODO
This commit is contained in:
parent
844e3b4126
commit
9551bbef2d
@ -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);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user