fixed forgejo service so it can build
This commit is contained in:
parent
f35c3bba1b
commit
00849c7493
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, lib, config}:
|
||||
with lib with builtins; {
|
||||
{pkgs, lib, config, ...}:
|
||||
with lib; with builtins; {
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
settings.server = {
|
||||
|
|
Loading…
Reference in a new issue