From d98e2611c5e2c5c0b77a5f38426d273a403f3f89 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 26 May 2024 22:51:48 +0200 Subject: [PATCH] hades: switch from gitea to forgejo --- hosts/hades/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index a7b6544..2729712 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -57,7 +57,7 @@ in { my.services = { fail2ban.enable = true; - gitea = { + forgejo = { enable = true; privatePort = 8082; };