From d607f5621901f0b20c2f7d172f5fb9b22456e0b9 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 14:52:22 +0100 Subject: [PATCH] Allow commarss registrations --- hosts/nixos/lapetus/services/commarss.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/lapetus/services/commarss.nix b/hosts/nixos/lapetus/services/commarss.nix index 2fcfd3f..71693d3 100644 --- a/hosts/nixos/lapetus/services/commarss.nix +++ b/hosts/nixos/lapetus/services/commarss.nix @@ -21,6 +21,7 @@ in # https://github.com/Athou/commafeed/blob/master/commafeed-server/config.yml.example environment = { CF_APP_PUBLICURL = "https://${host}"; + CF_APP_ALLOWREGISTRATIONS = true; }; }; }