From 366e5b0bbadba0dca4b63a09e68f8e53aa1c2629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 17 Jan 2022 11:36:05 +0100 Subject: [PATCH] Make gitea use postgres --- config/services/gitea.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/services/gitea.nix b/config/services/gitea.nix index 62313b40..4fe3d18f 100644 --- a/config/services/gitea.nix +++ b/config/services/gitea.nix @@ -10,6 +10,7 @@ host = "localhost"; name = "gitea"; user = "gitea"; + type = "postgres"; }; domain = "git.chir.rs"; dump.enable = true; @@ -18,7 +19,7 @@ rootUrl = "https://git.chir.rs/"; settings = { lfs = { - STORAGE_TYPE = ""; + STORAGE_TYPE = "default"; }; storage = { STORAGE_TYPE = "minio";