diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-03 21:37:04 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-03 21:37:04 +0300 |
commit | 73cd8a2ab81b91aaca8095c77de12ea39fbc2fed (patch) | |
tree | 898960c644e7ab2cb9191acd7dba2936fa8bab1b /profiles/impermanence.nix | |
parent | 77da12bae6fb23133758cd92ebd0d814a96ff46f (diff) |
fix vm vm
Diffstat (limited to 'profiles/impermanence.nix')
-rw-r--r-- | profiles/impermanence.nix | 2 |
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) ]; |