System: Don't mount /tmp as tmpfs (fails on large derivations, "no space left on device")

This commit is contained in:
2025-06-28 04:02:25 +02:00
parent 353a264074
commit c63c8aef28
+2 -1
View File
@@ -91,7 +91,8 @@ with mylib.networking; {
};
# Make /tmp volatile
tmp.useTmpfs = true;
# NOTE: Setting this to true can lead to large derivations running out of tmp space
tmp.useTmpfs = false;
};
security = {