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";