all repos — nixfiles @ 2b76975805b8c6276845329a8013cf803de193d1

System and user configuration, managed by nix and home-manager

git: Ensure keybase:// repositories can be used as submodules
Alan Pearce alan@alanpearce.eu
Mon, 02 Dec 2019 18:33:44 +0100
commit

2b76975805b8c6276845329a8013cf803de193d1

parent

15bd40da9fd0ff59b0eb6b271ea6793cfb1d6189

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -54,6 +54,9 @@ };       "branch.master" = {
         rebase = false;
       };
+      "protocol.keybase" = {
+        allow = "always";
+      };
     };
     signing = {
       key = "0xCD4BEB92A8D46583";