bekkalokk/gitea: use unstable package (1.23)
Some checks are pending
Eval nix flake / evals (push) Waiting to run
Some checks are pending
Eval nix flake / evals (push) Waiting to run
This commit is contained in:
parent
84d1ae13c0
commit
0c1762619a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user