Persist ~/.claude.json and ~/.cache everywhere
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,7 +11,6 @@ in
|
||||
{
|
||||
packages = workstationProfile.packages ++ desktopPkgs;
|
||||
environment.persistence."/persist/home/ppetru".directories = [
|
||||
".cache"
|
||||
".config/google-chrome"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user