System: Don't mount /tmp as tmpfs (fails on large derivations, "no space left on device")
This commit is contained in:
@ -91,7 +91,8 @@ with mylib.networking; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Make /tmp volatile
|
# 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 = {
|
security = {
|
||||||
|
Reference in New Issue
Block a user