This commit is contained in:
2025-12-06 20:21:06 +00:00
parent 5bb19d7643
commit 438e239fff
7 changed files with 49 additions and 222 deletions

View File

@@ -96,6 +96,16 @@
};
};
services.gitea = {
enable = true;
settings = {
server = {
DOMAIN = "git.tahani";
HTTP_PORT = 8380;
};
};
};
home-manager.users.${user} = {
programs.git.settings.user.email = "christoph@schmatzler.com";
};