mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 22:57:41 +03:00
nixos/tmp: add a note to useTmpfs on potential issues
This commit is contained in:
parent
a5d95ac5fc
commit
3a5de0e725
@ -36,6 +36,11 @@ in
|
||||
default = false;
|
||||
description = lib.mdDoc ''
|
||||
Whether to mount a tmpfs on {file}`/tmp` during boot.
|
||||
|
||||
::: {.note}
|
||||
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.
|
||||
:::
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user