niksos/hosts/niks/git.nix

9 lines
237 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +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";
};
}