desko: bump /tmp size to 128G

This commit is contained in:
2024-11-07 10:55:05 +00:00
parent ef3f1b63dc
commit 3ecce4639b

View File

@@ -3,7 +3,7 @@
{
# increase /tmp space (defaults to 50% of RAM) for building large nix things.
# a cross-compiled kernel, particularly, will easily use 30+GB of tmp
fileSystems."/tmp".options = [ "size=64G" ];
fileSystems."/tmp".options = [ "size=128G" ];
fileSystems."/nix" = {
device = "/dev/disk/by-uuid/845d85bf-761d-431b-a406-e6f20909154f";