This commit is contained in:
2025-12-04 15:14:09 -05:00
parent b81a57ddb8
commit 73fbc14e7a
6 changed files with 65 additions and 16 deletions

View File

@@ -64,7 +64,7 @@
};
includes = [
{
condition = "gitdir:~/dev/work/";
condition = "gitdir:~/dev/work/konrad/";
contents = {
user = {
email = "mthomson@konradgroup.com";
@@ -72,6 +72,18 @@
};
};
}
{
condition = "gitdir:~/dev/work/symcor/";
contents = {
user = {
email = "mthomson@symcor.com";
name = "Michael Thomson";
};
http = {
sslVerify = false;
};
};
}
];
};
};