fix(git-identity): use existing gitea SSH key for agent commits

The m3ta-chiron SSH key was not accepted by Gitea.
Using the existing gitea key instead for push authentication.
This commit is contained in:
2026-04-27 19:52:11 +02:00
parent f76c4dd5d4
commit 193b8c0115

View File

@@ -10,11 +10,12 @@
... ...
}: { }: {
# Agent Git Identity configuration # Agent Git Identity configuration
# Note: Uses existing gitea SSH key (m3tam3re identity) for push auth
coding.agents.gitIdentity = { coding.agents.gitIdentity = {
enable = true; enable = true;
name = "m3ta-chiron"; name = "m3ta-chiron";
email = "m3ta-chiron@agentmail.to"; email = "m3ta-chiron@agentmail.to";
sshKey = "/home/m3tam3re/.ssh/m3ta-chiron"; sshKey = "/home/m3tam3re/.ssh/gitea";
}; };
imports = [ imports = [