1
0
mirror of http://code.capytal.cc/dot013/spacestation.git synced 2026-06-08 23:30:23 -03:00

feat: use stable package for forgejo

This commit is contained in:
Guz
2025-09-13 22:12:15 -03:00
parent defd3cbdf4
commit 6ba4189909

View File

@@ -1,14 +1,14 @@
{
config,
lib,
pkgs-unstable,
pkgs,
...
}: let
cfg = config.services.forgejo;
in {
services.forgejo = {
enable = true;
package = pkgs-unstable.forgejo;
package = pkgs.forgejo;
settings = let
initList = l: (lib.strings.concatStringsSep "," l);
in {