move ~/.cache into encrypted private dir

This commit is contained in:
2022-12-28 09:31:33 +00:00
parent 8e5ca11259
commit 760f2ac66d

View File

@@ -84,8 +84,7 @@ in
sane.impermanence.home-dirs = [
# cache is probably too big to fit on the tmpfs
# TODO: we could bind-mount it to something which gets cleared per boot, though.
".cache"
{ directory = ".cache"; encryptedClearOnBoot = true; }
".cargo"
".rustup"
# TODO: move this to ~/private!