forked from poz/niksos
I actually forgot to make the key configurable what is wrong with me
This commit is contained in:
parent
72d9406537
commit
1cdc94df33
3 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@
|
|||
enable = true;
|
||||
userName = "jacekpoz";
|
||||
userEmail = "jacekpoz@cock.li";
|
||||
signingKey = "0EEE6B0C9A8CC06820E59C3894E812A8B12AAE3C";
|
||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXD1EM4mQz99vJhmZX1r7kwMd8yewogOuoTUuv1xWZB";
|
||||
defaultBranch = "master";
|
||||
};
|
||||
starship.enable = true;
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
enable = true;
|
||||
userName = "jacekpoz";
|
||||
userEmail = "jacekpoz@cock.li";
|
||||
signingKey = "0EEE6B0C9A8CC06820E59C3894E812A8B12AAE3C";
|
||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXD1EM4mQz99vJhmZX1r7kwMd8yewogOuoTUuv1xWZB";
|
||||
defaultBranch = "master";
|
||||
};
|
||||
starship.enable = true;
|
||||
|
|
|
@ -49,7 +49,7 @@ in {
|
|||
gpgsign = true;
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
user.signingkey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXD1EM4mQz99vJhmZX1r7kwMd8yewogOuoTUuv1xWZB";
|
||||
user.signingkey = "key::${cfg.signingKey}";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||
diff.algorithm = "histogram";
|
||||
|
|
Loading…
Reference in a new issue