refactor: extract users

This commit is contained in:
2026-04-25 01:28:28 +02:00
parent 0500aab3cb
commit 16712777dc
6 changed files with 74 additions and 85 deletions
-64
View File
@@ -1,69 +1,5 @@
{
config,
...
}:
let
homeModules = config.flake.modules.homeManager;
in
{
repo = {
accounts = {
kiri = {
realName = "Jelle Spreeuwenberg";
workstationModule = {
imports = [
homeModules.workstation-base
homeModules.syncthing
homeModules.qbittorrent-client
];
};
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";
};
};
};
ergon = {
realName = "Jelle Spreeuwenberg";
sourceControl.projectScope = "work";
workstationModule = {
imports = [ homeModules.workstation-base ];
};
emails = {
personal = {
address = "mail@jelles.net";
scope = "personal";
type = "mxrouting";
};
work = {
address = "jelle.spreeuwenberg@yookr.org";
primary = true;
scope = "work";
type = "office365";
};
};
};
};
contact.email = "mail@jelles.net";
desktop = {