|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
let
|
|
let
|
|
|
aesir = {
|
|
aesir = {
|
|
|
- core.sshCommand = "ssh -i ~/.ssh/id_aesirdev";
|
|
|
|
|
|
|
+ commit.gpgSign = true;
|
|
|
user = {
|
|
user = {
|
|
|
email = "[email protected]";
|
|
email = "[email protected]";
|
|
|
name = "Æsir Dev";
|
|
name = "Æsir Dev";
|
|
|
signingKey = "58145313C9636027";
|
|
signingKey = "58145313C9636027";
|
|
|
};
|
|
};
|
|
|
- commit.gpgSign = true;
|
|
|
|
|
|
|
+ core.sshCommand = "ssh -i ~/.ssh/id_aesirdev.pub";
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
control.user = {
|
|
control.user = {
|
|
@@ -27,6 +27,17 @@ let
|
|
|
};
|
|
};
|
|
|
core.sshCommand = "ssh -i ~/.ssh/zofie_architect.pub";
|
|
core.sshCommand = "ssh -i ~/.ssh/zofie_architect.pub";
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ alruna = {
|
|
|
|
|
+ commit.gpgSign = true;
|
|
|
|
|
+ gpg.format = "ssh";
|
|
|
|
|
+ user = {
|
|
|
|
|
+ email = "[email protected]";
|
|
|
|
|
+ name = "Alruna";
|
|
|
|
|
+ signingKey = "~/.ssh/id_alruna.pub";
|
|
|
|
|
+ };
|
|
|
|
|
+ core.sshCommand = "ssh -i ~/.ssh/id_alruna.pub";
|
|
|
|
|
+ };
|
|
|
in
|
|
in
|
|
|
|
|
|
|
|
{
|
|
{
|
|
@@ -57,9 +68,14 @@ in
|
|
|
condition = "gitdir/i:~/workspace/zofie/**";
|
|
condition = "gitdir/i:~/workspace/zofie/**";
|
|
|
contents = zofie-architect;
|
|
contents = zofie-architect;
|
|
|
}
|
|
}
|
|
|
|
|
+ {
|
|
|
|
|
+ condition = "gitdir/i:~/workspace/alruna/**";
|
|
|
|
|
+ contents = alruna;
|
|
|
|
|
+ }
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
signing = {
|
|
signing = {
|
|
|
|
|
+ format = null;
|
|
|
key = "ED5EAAA8E895B23A";
|
|
key = "ED5EAAA8E895B23A";
|
|
|
signByDefault = true;
|
|
signByDefault = true;
|
|
|
signer = "${pkgs.gnupg}/bin/gpg";
|
|
signer = "${pkgs.gnupg}/bin/gpg";
|