kommode/gitea: use stable package again

This commit is contained in:
Daniel Olsen 2025-05-25 09:48:11 +02:00
parent f40f2ae89d
commit e8df081894

View File

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