bekkalokk/gitea: use unstable package (1.23)
Some checks are pending
Eval nix flake / evals (push) Waiting to run

This commit is contained in:
Oystein Kristoffer Tveit 2025-03-10 20:01:42 +01:00
parent 84d1ae13c0
commit 0c1762619a
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -1,4 +1,4 @@
{ config, values, lib, ... }:
{ config, values, lib, unstablePkgs, ... }:
let
cfg = config.services.gitea;
domain = "git.pvv.ntnu.no";
@ -26,6 +26,8 @@ in {
enable = true;
appName = "PVV Git";
package = unstablePkgs.gitea;
database = {
type = "postgres";
host = "postgres.pvv.ntnu.no";