From d017f8f036133602fd239c4b8e8a39a0720ab56a Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 25 Oct 2022 15:41:16 +0200 Subject: [PATCH] Add missing gitea domain information to configuration --- modules/server/gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/server/gitea.nix b/modules/server/gitea.nix index 7fe8f44..c025d54 100644 --- a/modules/server/gitea.nix +++ b/modules/server/gitea.nix @@ -24,6 +24,9 @@ with lib; { type = "postgres"; host = "/run/posgresql"; }; + domain = "git.ellmauthaler.net"; + rootUrl = "https://git.ellmauthaler.net"; + httpPort = 3001; }; }; }