lol

nixos/tmp: add a note to useTmpfs on potential issues

+5
+5
nixos/modules/system/boot/tmp.nix
··· 36 36 default = false; 37 37 description = lib.mdDoc '' 38 38 Whether to mount a tmpfs on {file}`/tmp` during boot. 39 + 40 + ::: {.note} 41 + Large Nix builds can fail if the mounted tmpfs is not large enough. 42 + In such a case either increase the tmpfsSize or disable this option. 43 + ::: 39 44 ''; 40 45 }; 41 46 };