Common: don't mount tmpfs to /tmp
This commit is contained in:
parent
4b1c7e7bd1
commit
e43b6dc882
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
# Set up /tmp
|
# Set up /tmp
|
||||||
boot.tmp = {
|
boot.tmp = {
|
||||||
useTmpfs = lib.mkDefault true;
|
useTmpfs = false;
|
||||||
# Cleaning out /tmp at boot if it's a tmpfs is quite stupid
|
# Cleaning out /tmp at boot if it's a tmpfs is quite stupid
|
||||||
cleanOnBoot = !config.boot.tmp.useTmpfs;
|
cleanOnBoot = !config.boot.tmp.useTmpfs;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue