summary refs log tree commit diff
path: root/profiles/impermanence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/impermanence.nix')
-rw-r--r--profiles/impermanence.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/impermanence.nix b/profiles/impermanence.nix
index c222a43..cdbf426 100644
--- a/profiles/impermanence.nix
+++ b/profiles/impermanence.nix
@@ -13,7 +13,7 @@ in {
     environment.persistence."/nix/persist" = {
       hideMounts = true;
       directories = [
-        "/var/log"
+        # "/var/log"
         "/var/lib/systemd/coredump"
         "/tmp" # Make builds not crash by running them on disk instead of RAM (We still clean /tmp on boot)
       ];