diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/impermanence.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix index c222a43..f03ff97 100644 --- a/profiles/impermanence.nix +++ b/profiles/impermanence.nix @@ -15,6 +15,7 @@ in { directories = [ "/var/log" "/var/lib/systemd/coredump" + "/var/tmp" # for building oci containers "/tmp" # Make builds not crash by running them on disk instead of RAM (We still clean /tmp on boot) ]; files = |