gitea: move runner and main module to services/gitea

This commit is contained in:
2026-04-20 15:18:37 -04:00
parent 5232211c0a
commit adbb019977
5 changed files with 8 additions and 3 deletions

View File

@@ -32,8 +32,7 @@
../../services/jellyfin
../../services/caddy
../../services/immich.nix
../../services/gitea.nix
../../services/gitea-actions-runner.nix
../../services/gitea
../../services/minecraft.nix
../../services/wg.nix

View File

@@ -0,0 +1,6 @@
{
imports = [
./gitea.nix
./actions-runner.nix
];
}

View File

@@ -32,7 +32,7 @@ let
{ config, pkgs, ... }:
{
imports = [
(import ../services/gitea.nix {
(import ../services/gitea/gitea.nix {
inherit config pkgs;
lib = testLib;
service_configs = testServiceConfigs;