manager: /etc/gitconfig so commits in /agents work out of the box
This commit is contained in:
parent
3c702cf43f
commit
da655d31c8
1 changed files with 8 additions and 0 deletions
|
|
@ -11,6 +11,14 @@
|
||||||
coreutils-full
|
coreutils-full
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.etc."gitconfig".text = ''
|
||||||
|
[user]
|
||||||
|
name = hm1nd
|
||||||
|
email = hm1nd@hyperhive
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.services.hive-m1nd = {
|
systemd.services.hive-m1nd = {
|
||||||
description = "hive-m1nd manager harness";
|
description = "hive-m1nd manager harness";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue