Common: don't mount tmpfs to /tmp

This commit is contained in:
Toast 2023-10-30 20:35:14 +01:00
parent 4b1c7e7bd1
commit e43b6dc882

View file

@ -13,7 +13,7 @@
# Set up /tmp
boot.tmp = {
useTmpfs = lib.mkDefault true;
useTmpfs = false;
# Cleaning out /tmp at boot if it's a tmpfs is quite stupid
cleanOnBoot = !config.boot.tmp.useTmpfs;
};