feat(modules,gitea): secret handling for Gitea module

This commit is contained in:
Guz
2025-10-09 21:55:12 -03:00
parent 3eec62eb21
commit 6d6e1a695c
2 changed files with 252 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
};
nixosModules = {
medama = ./modules/medama.nix;
gitea = ./modules/gitea.nix;
};
};
}