mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Automatically sign commits
This commit is contained in:
parent
c84819bd50
commit
5a81ce7403
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ homeConfiguration "nixos" {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
|
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
user.signingkey = "~/.ssh/id_rsa";
|
user.signingKey = "~/.ssh/id_rsa";
|
||||||
|
commit.gpgSign = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue