manager: /etc/gitconfig so commits in /agents work out of the box

This commit is contained in:
müde 2026-05-14 23:11:57 +02:00
parent 3c702cf43f
commit da655d31c8

View file

@ -11,6 +11,14 @@
coreutils-full
];
environment.etc."gitconfig".text = ''
[user]
name = hm1nd
email = hm1nd@hyperhive
[init]
defaultBranch = main
'';
systemd.services.hive-m1nd = {
description = "hive-m1nd manager harness";
wantedBy = [ "multi-user.target" ];