mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
changed signing key
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
user = {
|
user = {
|
||||||
email = "0xtux@pm.me";
|
email = "0xtux@pm.me";
|
||||||
name = "0xTux";
|
name = "0xTux";
|
||||||
signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL+OzPUe2ECPC929DqpkM39tl/vdNAXfsRnmrGfR+X3D 0xtux@pm.me";
|
signingkey = "~/.ssh/tux.pub";
|
||||||
};
|
};
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
Reference in New Issue
Block a user