From 7e1246ecd691c072379ae4adef7240b455578f1d Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 5 Oct 2024 17:43:41 +0200 Subject: [PATCH] waf --- hosts/vulpecula/forgejo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vulpecula/forgejo.nix b/hosts/vulpecula/forgejo.nix index bc60675..5f36112 100644 --- a/hosts/vulpecula/forgejo.nix +++ b/hosts/vulpecula/forgejo.nix @@ -18,9 +18,9 @@ HTTP_PORT = 62101; # TODO DISABLE_SSH = true; - APP_NAME = ":3"; - APP_SLOGAN = "slogan"; }; + APP_NAME = ":3"; + APP_SLOGAN = "slogan"; # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; # Add support for actions, based on act: https://github.com/nektos/act