diff options
-rw-r--r-- | host/automatix.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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] |