🐛 (home) add aurum ssh signing key + set gpg format to ssh

This commit is contained in:
Laureηt 2024-03-31 16:12:36 +02:00
parent b0ce8a8e58
commit c084569fb1
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk

View file

@ -1,6 +1,7 @@
{osConfig, ...}: let
sign_key =
{
"aurum" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSJTtS7tO0Wz/WgHAFb3xuNFZpm8SOvr/o8uR83zzy laurent@aurum";
"silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium";
}
."${osConfig.networking.hostName}";
@ -29,6 +30,7 @@ in {
extraConfig = {
merge.conflictstyle = "diff3";
gpg.format = "ssh";
};
};
}