boot.tmp.useTmpfs

NixOS option

Whether to mount a tmpfs on /tmp during boot. Large Nix builds can fail if the mounted tmpfs is not large enough. In such a case either increase the tmpfsSize or disable this option.

type: boolean
Default
false
declared in: nixos/modules/system/boot/tmp.nixView source on NixOS/nixpkgs →