From 527e7029b95ed08cd00d7305d5a2c0767e8319f3 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 19 Jul 2024 13:47:30 +0000 Subject: [PATCH] hosts: migrate ~/Videos/local from plaintext -> private storage --- hosts/common/home/fs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/home/fs.nix b/hosts/common/home/fs.nix index 4b37863c8..ab727b5be 100644 --- a/hosts/common/home/fs.nix +++ b/hosts/common/home/fs.nix @@ -15,7 +15,6 @@ "Pictures/from" "Pictures/Screenshots" #< XXX: something is case-sensitive about this? "Pictures/Photos" - "Videos/local" # these are persisted simply to save on RAM. # ~/.cache/nix can become several GB. @@ -26,6 +25,7 @@ ]; sane.user.persist.byStore.private = [ "knowledge" + "Videos/local" ]; # convenience