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