From f01e28e416141f58978ba9cc9e69c8425b7484a5 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sat, 5 Oct 2024 17:46:17 +0200 Subject: [PATCH] alright just read the doc dumbass --- hosts/vulpecula/forgejo.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/vulpecula/forgejo.nix b/hosts/vulpecula/forgejo.nix index 5f36112..0624820 100644 --- a/hosts/vulpecula/forgejo.nix +++ b/hosts/vulpecula/forgejo.nix @@ -19,8 +19,10 @@ # TODO DISABLE_SSH = true; }; - APP_NAME = ":3"; - APP_SLOGAN = "slogan"; + DEFAULT = { + 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