servo: bump /tmp space to 32 GB

This commit is contained in:
Colin 2023-08-11 06:53:47 +00:00
parent b013123669
commit 8a0efb3e40
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
{
sane.persist.root-on-tmpfs = true;
# increase /tmp space (defaults to 50% of RAM) for building large nix things.
# even the stock `nixpkgs.linux` consumes > 16 GB of tmp
fileSystems."/tmp".options = [ "size=32G" ];
fileSystems."/nix" = {
device = "/dev/disk/by-uuid/cc81cca0-3cc7-4d82-a00c-6243af3e7776";