refactor: simplify source control

This commit is contained in:
2026-04-26 19:11:20 +02:00
parent 2a2b192255
commit 0e29e08c20
5 changed files with 55 additions and 144 deletions
-5
View File
@@ -3,27 +3,22 @@
account = {
name = "kiri";
realName = "Jelle Spreeuwenberg";
sourceControl.projectScope = "work";
emails = {
personal = {
address = "mail@jelles.net";
primary = true;
scope = "personal";
type = "mxrouting";
};
old = {
address = "mail@jellespreeuwenberg.nl";
scope = null;
type = "mxrouting";
};
uni = {
address = "j.spreeuwenberg@student.tue.nl";
scope = null;
type = "office365";
};
work = {
address = "jelle.spreeuwenberg@yookr.org";
scope = "work";
type = "office365";
};
};