feat: add source control identity management
This commit is contained in:
+21
-1
@@ -6,7 +6,7 @@ let
|
||||
homeDirectory = "/home/kiri";
|
||||
terminalPackagePath = [ "kitty" ];
|
||||
emails = {
|
||||
main = {
|
||||
personal = {
|
||||
address = "mail@jelles.net";
|
||||
primary = true;
|
||||
type = "mxrouting";
|
||||
@@ -27,6 +27,12 @@ let
|
||||
type = "office365";
|
||||
};
|
||||
};
|
||||
sourceControl = {
|
||||
profiles = {
|
||||
github-personal = { };
|
||||
gitlab-personal = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ergon = {
|
||||
@@ -35,12 +41,26 @@ let
|
||||
homeDirectory = "/home/ergon";
|
||||
terminalPackagePath = [ "kitty" ];
|
||||
emails = {
|
||||
personal = {
|
||||
address = "mail@jelles.net";
|
||||
primary = false;
|
||||
type = "mxrouting";
|
||||
};
|
||||
work = {
|
||||
address = "jelle.spreeuwenberg@yookr.org";
|
||||
primary = true;
|
||||
type = "office365";
|
||||
};
|
||||
};
|
||||
sourceControl = {
|
||||
profiles = {
|
||||
github-personal = { };
|
||||
github-work = { };
|
||||
gitlab-personal = { };
|
||||
};
|
||||
|
||||
projectScope = "work";
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user