feat: use new option for commit signing
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
enable = true;
|
||||
userName = "rocketcamel";
|
||||
userEmail = "luca_lise@icloud.com";
|
||||
signing = {
|
||||
signByDefault = true;
|
||||
format = "ssh";
|
||||
key = "~/.ssh/commits.id_rsa.pub";
|
||||
};
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
commit.gpgsign = true;
|
||||
gpg.format = "ssh";
|
||||
user.signingkey = "~/.ssh/commits.id_rsa.pub";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.username = "luca";
|
||||
|
||||
Reference in New Issue
Block a user