parent
4aa994e7a3
commit
7da5333eea
@ -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