add gitea
This commit is contained in:
parent
79304f83c6
commit
93fe2bbf5a
4 changed files with 78 additions and 0 deletions
7
modules/flake-module.nix
Normal file
7
modules/flake-module.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.nixosModules = {
|
||||
gitea.imports = [
|
||||
./gitea.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue