diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2324555..0dce8af 100755 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -168,7 +168,7 @@ enable = true; package = pkgs.forgejo; stateDir = "/var/lib/git.reidlab.online"; - appName = "reidlab's git instance"; + appName = "Forgejo: reidlab.online git"; database = { type = "postgres"; name = "gitea"; @@ -202,9 +202,6 @@ DEFAULT_ENABLE_TIMETRACKING = true; DISABLE_REGISTRATION = true; }; - "federation" = { - ENABLED = true; - }; }; }; services.nginx.virtualHosts."git.reidlab.online" = {