hosts/TITAN: mount bigger tmpfs on /tmp for builds
This commit is contained in:
parent
13e77cc2d8
commit
33fe857817
1 changed files with 3 additions and 0 deletions
|
@ -52,5 +52,8 @@
|
||||||
services.xserver.displayManager.gdm.autoSuspend = false;
|
services.xserver.displayManager.gdm.autoSuspend = false;
|
||||||
|
|
||||||
boot.supportedFilesystems = [ "bcachefs" ];
|
boot.supportedFilesystems = [ "bcachefs" ];
|
||||||
|
|
||||||
|
boot.tmpOnTmpfs = true;
|
||||||
|
boot.tmpOnTmpfsSize = "75%";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue