forgejo: convert to nixos module

This commit is contained in:
Katherina Walshe-Grey 2024-07-24 17:29:26 +01:00
parent f36cd49121
commit 049e3ff091
5 changed files with 83 additions and 51 deletions

5
services/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./forgejo.nix
];
}