kommode/gitea: use unstable package again

This commit is contained in:
Daniel Olsen 2025-07-14 07:51:49 +02:00
parent 1d48a63e3d
commit 76c251c277

View File

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