Commit 48c01cb991b6
Changed files (1)
systems
carthage
systems/carthage/extra.nix
@@ -157,6 +157,23 @@ in
num_args = 1;
};
};
+ # kyushu TPM key: full git push + pull on any repo under ~/git.
+ kyushu-git.allow = {
+ "git-receive-pack" = {
+ arg = {
+ pos = 1;
+ glob = "/home/vincent/git/**";
+ };
+ num_args = 1;
+ };
+ "git-upload-pack" = {
+ arg = {
+ pos = 1;
+ glob = "/home/vincent/git/**";
+ };
+ num_args = 1;
+ };
+ };
# Passage sync keys: pull-only on the passage store repo.
passage-pull.allow = {
"git-upload-pack" = {