Persist ~/.claude.json and ~/.cache everywhere

This commit is contained in:
2025-10-24 22:30:16 +01:00
parent b608e110c9
commit a7dce7cfb9
2 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,7 @@
persistence."/persist/home/ppetru" = {
directories = [
".cache/nix"
".cache/nix-index"
".cache/"
".claude/"
".codex/"
".config/io.datasette.llm/"
@@ -41,7 +40,9 @@
".ssh"
"projects"
];
files = [ ];
files = [
".claude.json"
];
allowOther = true;
};
};