fixup! fixup! Force rebuild of Gitea

This commit is contained in:
coolneng 2019-12-09 08:43:06 +01:00
parent 77397471e6
commit d8726352de
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -7,7 +7,7 @@
# Gitea setup with daily backup
services.gitea = {
enable = true;
enable = false;
domain = "coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/gitea";
database = {
@ -15,7 +15,7 @@
passwordFile = "/var/keys/gitea/db";
};
cookieSecure = true;
disableRegistration = false;
disableRegistration = true;
repositoryRoot = "/vault/git";
dump.enable = true;
useWizard = true;