services: gitea update domain

This commit is contained in:
Kabbone 2023-01-05 07:40:58 +01:00
parent 1cadd43882
commit 2718fa7dee
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -8,11 +8,11 @@
services.gitea = {
enable = true;
dump.enable = true;
rootUrl = "https://git2.kabtop.de";
rootUrl = "https://git.kabtop.de";
lfs.enable = true;
httpAddress = "localhost";
dump.type = "tar.xz";
domain = "git2.kabtop.de";
domain = "git.kabtop.de";
database.type = "postgres";
database.user = "gitea";
database.name = "giteadb";