fix(gogs): Temporary database type override

This commit is contained in:
Malte Tammena 2023-04-15 01:18:18 +02:00
parent bed4dbb70e
commit 12d284d9dd

View file

@ -40,6 +40,11 @@ in {
httpPort = 10219;
rootUrl = "https://git.home/";
domain = "git.home";
# FIXME: Remove after upstream fix of database type
extraConfig = ''
[database]
TYPE = sqlite3
'';
};
services.nginx.virtualHosts.${config.services.gogs.domain} = {