hosts: migrate ~/Videos/local from plaintext -> private storage

This commit is contained in:
2024-07-19 13:47:30 +00:00
parent 18c07721d9
commit 527e7029b9

View File

@@ -15,7 +15,6 @@
"Pictures/from" "Pictures/from"
"Pictures/Screenshots" #< XXX: something is case-sensitive about this? "Pictures/Screenshots" #< XXX: something is case-sensitive about this?
"Pictures/Photos" "Pictures/Photos"
"Videos/local"
# these are persisted simply to save on RAM. # these are persisted simply to save on RAM.
# ~/.cache/nix can become several GB. # ~/.cache/nix can become several GB.
@@ -26,6 +25,7 @@
]; ];
sane.user.persist.byStore.private = [ sane.user.persist.byStore.private = [
"knowledge" "knowledge"
"Videos/local"
]; ];
# convenience # convenience