fixed forgejo service so it can build

This commit is contained in:
Lyn 2024-09-05 21:11:15 +02:00
parent 6e83f34133
commit 5cb312b8f2

View file

@ -1,5 +1,5 @@
{pkgs, lib, config}:
with lib with builtins; {
{pkgs, lib, config, ...}:
with lib; with builtins; {
services.forgejo = {
enable = true;
settings.server = {