From 368eb2c29be8d7800e183c905fc92edd454e8a8a Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 31 Jan 2024 21:17:48 +0000 Subject: [PATCH] programs: git: whitelist more repo roots --- hosts/common/programs/git.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/programs/git.nix b/hosts/common/programs/git.nix index cfabcf98..918713bf 100644 --- a/hosts/common/programs/git.nix +++ b/hosts/common/programs/git.nix @@ -13,6 +13,8 @@ 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" + "knowledge" + "nixos" "private/knowledge" "ref" ".ssh/id_ed25519"