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,11 @@
{ config, pkgs, ... }:
{
imports = [
./configuration.nix
./forgejo.nix
./networking.nix
./nginx.nix
./redis.nix
];
}