hosts/TITAN: mount bigger tmpfs on /tmp for builds

This commit is contained in:
Max Headroom 2022-08-28 16:58:07 +02:00
parent 13e77cc2d8
commit 33fe857817

View file

@ -52,5 +52,8 @@
services.xserver.displayManager.gdm.autoSuspend = false;
boot.supportedFilesystems = [ "bcachefs" ];
boot.tmpOnTmpfs = true;
boot.tmpOnTmpfsSize = "75%";
}