niksos/hosts/del/git.nix

9 lines
240 B
Nix
Raw Permalink Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-07-15 23:18:25 +02:00
poz.programs.git = {
2024-05-03 18:13:14 +02:00
enable = true;
userName = "jacekpoz";
userEmail = "jacekpoz@proton.me";
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXD1EM4mQz99vJhmZX1r7kwMd8yewogOuoTUuv1xWZB";
};
}