Enable forgejo on beleth

This commit is contained in:
xqtc161 2024-05-16 19:00:47 +02:00
parent 4b69c8d811
commit 692f64fe65
2 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,7 @@ with lib; {
./transmission.nix
./lanrarari.nix
./uptime.nix
./git.nix
../../gc.nix
../../../common
];

View file

@ -0,0 +1,6 @@
{lib, inputs, ...}:
{
services.forgejo = {
enable = true;
};
}