🐛 (home) add aurum ssh signing key + set gpg format to ssh
This commit is contained in:
parent
b0ce8a8e58
commit
c084569fb1
|
@ -1,6 +1,7 @@
|
||||||
{osConfig, ...}: let
|
{osConfig, ...}: let
|
||||||
sign_key =
|
sign_key =
|
||||||
{
|
{
|
||||||
|
"aurum" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIItSJTtS7tO0Wz/WgHAFb3xuNFZpm8SOvr/o8uR83zzy laurent@aurum";
|
||||||
"silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium";
|
"silicium" = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINTvwXCT99s1EwOCeGQ28jyCAH/RBoLZza9k5I7wWdEu laurent@silicium";
|
||||||
}
|
}
|
||||||
."${osConfig.networking.hostName}";
|
."${osConfig.networking.hostName}";
|
||||||
|
@ -29,6 +30,7 @@ in {
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "diff3";
|
||||||
|
gpg.format = "ssh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue