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

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

View File

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