mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add commit signing
This commit is contained in:
parent
d27819e2b9
commit
c84819bd50
1 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,11 @@ homeConfiguration "nixos" {
|
||||||
userName = "RGBCube";
|
userName = "RGBCube";
|
||||||
userEmail = "RGBCube@users.noreply.github.com";
|
userEmail = "RGBCube@users.noreply.github.com";
|
||||||
|
|
||||||
extraConfig.init.defaultBranch = "master";
|
extraConfig = {
|
||||||
|
init.defaultBranch = "master";
|
||||||
|
|
||||||
|
gpg.format = "ssh";
|
||||||
|
user.signingkey = "~/.ssh/id_rsa";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue