mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-06-06 21:55:20 +02:00
kommode/gitea: use stable package again
This commit is contained in:
parent
f40f2ae89d
commit
e8df081894
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user