hosts: migrate ~/Videos/local from plaintext -> private storage
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user