From 289e0f7e100e7ea56a8a4bbbef29b6d17eac122c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 22 Sep 2018 12:54:41 +0200 Subject: Switch code.kummerlaender.eu to Gitea --- host/automatix.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/automatix.nix b/host/automatix.nix index 996a96a..87ac16a 100644 --- a/host/automatix.nix +++ b/host/automatix.nix @@ -18,13 +18,14 @@ }; services = { - gogs = { + gitea = { enable = true; database.type = "sqlite3"; appName = "~/projects"; domain = "code.kummerlaender.eu"; - rootUrl = "http://code.kummerlaender.eu/"; + rootUrl = "https://code.kummerlaender.eu/"; + httpPort = 3000; extraConfig = '' [service] -- cgit v1.2.3