programs: git: fix access to ~/private/knowledge

This commit is contained in:
Colin 2024-01-31 15:35:21 +00:00
parent 6e24a1ff28
commit cb3960fb21

View File

@ -13,6 +13,7 @@ in
sandbox.extraHomePaths = [
# even with `whitelistPwd`, git has to crawl *up* the path -- which isn't necessarily in the sandbox -- to locate parent .git files
"dev"
"private/knowledge"
"ref"
".ssh/id_ed25519"
];