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

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