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

Automatically sign commits

This commit is contained in:
RGBCube 2023-05-20 12:34:45 +03:00
parent c84819bd50
commit 5a81ce7403
No known key found for this signature in database

View file

@ -23,7 +23,8 @@ homeConfiguration "nixos" {
init.defaultBranch = "master";
gpg.format = "ssh";
user.signingkey = "~/.ssh/id_rsa";
user.signingKey = "~/.ssh/id_rsa";
commit.gpgSign = true;
};
};
}