1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Automatically set up remote

This commit is contained in:
RGBCube 2023-11-09 15:53:05 +03:00
parent 02daecec70
commit b10c486fa3
No known key found for this signature in database

View file

@ -26,6 +26,7 @@ homeConfiguration "nixos" {
extraConfig = {
init.defaultBranch = "master";
push.autoSetupRemote = true;
commit.gpgSign = true;
gpg.format = "ssh";