Test
This commit is contained in:
parent
470ffb0d54
commit
104502ba7b
2 changed files with 15 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
user.signingkey = "64F6C4EB46C4543A";
|
||||
commit.gpgsign = "true";
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
accounts = {
|
||||
email = {
|
14
home-manager/users/root/default.nix
Normal file
14
home-manager/users/root/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, hostname, hmStateVersion, ... }: {
|
||||
home.stateVersion = hmStateVersion;
|
||||
|
||||
programs.git = {
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
extraConfig = {
|
||||
core.askPass = "false";
|
||||
credential.helper = "cache --timeout=25920000";
|
||||
user.signingkey = "64F6C4EB46C4543A";
|
||||
commit.gpgsign = "true";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue