diff options
author | tzlil <tzlils@protonmail.com> | 2024-04-06 16:16:38 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2024-04-06 16:16:38 +0300 |
commit | ff3f8bf2ed6a4d5f5169ec1925db9d1e0a14568c (patch) | |
tree | 1da6ffee61d0591d9a8056312cf1c981a892ae88 /profiles | |
parent | ad1d562972d7198e9d9e8d9d340ed9584b0376f2 (diff) |
add cytube
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 = |