Add and configure new Git server using Forgejo

This commit is contained in:
June 2024-01-14 23:19:41 +01:00
commit ec5430ee34
7 changed files with 182 additions and 0 deletions

View file

@ -164,6 +164,20 @@
./config/hosts/public-web-static
];
};
git = {
deployment = {
targetHost = "git.hamburg.ccc.de";
targetPort = 22;
targetUser = "colmena-deploy";
tags = [ "chaosknoten" ];
};
imports = [
./config/common
./config/proxmox-vm
./config/hosts/git
];
};
};
packages.x86_64-linux = {