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

@ -0,0 +1,7 @@
{ ... }:
{
networking.hostName = "git";
system.stateVersion = "23.11";
}