add gitea

This commit is contained in:
2025-07-17 23:46:40 +02:00
parent 79304f83c6
commit 93fe2bbf5a
4 changed files with 78 additions and 0 deletions

7
modules/flake-module.nix Normal file
View File

@@ -0,0 +1,7 @@
{
flake.nixosModules = {
gitea.imports = [
./gitea.nix
];
};
}