docs(system): explain /home/tmp
This commit is contained in:
parent
1dd8c43caa
commit
482d42cc05
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ in
|
||||||
tmpfsHugeMemoryPages = "within_size";
|
tmpfsHugeMemoryPages = "within_size";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# this is useful not only for having a user named "tmp"
|
||||||
|
# but also if any user wants to use a temporary directory,
|
||||||
|
# it's much nicer than /tmp because it isn't filled with system files
|
||||||
fileSystems."/home/tmp" = lib.mkDefault {
|
fileSystems."/home/tmp" = lib.mkDefault {
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue