This commit is contained in:
parent
75d3736626
commit
e1a08c7246
20 changed files with 44 additions and 48 deletions
|
|
@ -36,10 +36,12 @@ in
|
|||
{
|
||||
programs.git = {
|
||||
# fix/workaround for https://github.com/NixOS/nixpkgs/issues/169193
|
||||
extraConfig.safe.directory = "/etc/nixos";
|
||||
|
||||
userName = profiles."${cfg.defaultProfile}".name;
|
||||
userEmail = profiles."${cfg.defaultProfile}".email;
|
||||
settings = {
|
||||
safe.directory = "/etc/nixos";
|
||||
user = {
|
||||
inherit (profiles."${cfg.defaultProfile}") name email;
|
||||
};
|
||||
};
|
||||
signing = {
|
||||
key = profiles."${cfg.defaultProfile}".signingKey;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue