gitea: move runner and main module to services/gitea
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user