Add https to gitea domain

This commit is contained in:
coolneng 2019-11-22 23:14:39 +01:00
parent f0c5aea385
commit 49f06353be
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# Gitea setup with daily backup
services.gitea = {
enable = true;
domain = "coolneng.duckdns.org";
domain = "https://coolneng.duckdns.org";
rootUrl = "https://coolneng.duckdns.org/gitea";
database = {
type = "postgres";