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