From d7a0887a4b47d9002186923276be4de0179cae40 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 15 Dec 2019 22:54:00 +0100 Subject: [PATCH] Remove Gitea socket connection to the DB Revert "Disable wizard on Gitea" This reverts commit d8b415ee16e1a560dac430f577d34cb098e0f832. Remove Gitea socket connection to the DB Disable wizard on Gitea --- modules/devops.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/devops.nix b/modules/devops.nix index aea6ad8..5d5478a 100644 --- a/modules/devops.nix +++ b/modules/devops.nix @@ -13,18 +13,12 @@ database = { type = "postgres"; passwordFile = "/var/keys/gitea/db"; - socket = "/run/postgresql/.s.PGSQL.5432"; }; cookieSecure = true; disableRegistration = true; repositoryRoot = "/vault/git"; dump.enable = true; - useWizard = false; appName = "Gitea"; - extraConfig = '' - LFS_START_SERVER = true - LFS_HTTP_AUTH_EXPIRY = 60m - ''; }; }