add gitolite

This commit is contained in:
Kopatz
2024-03-31 17:14:03 +02:00
parent 8581a34d16
commit 4df86b98ff
4 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{ config, ...}:
{
services.gitolite = {
enable = true;
adminPubkey = config.mainUser.sshKey;
};
}