From bbac1ea78565c974d0e9691bee2e37ca1b0be01a Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 28 Jan 2024 16:07:58 -0800 Subject: [PATCH] s/_/-/ --- mastodon-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon-container.nix b/mastodon-container.nix index 21666f5..5805879 100644 --- a/mastodon-container.nix +++ b/mastodon-container.nix @@ -132,7 +132,7 @@ in { automaticMigrations = true; streamingProcesses = cfg.streaming-processes; extraConfig.registrations_open = - if cfg.allow_registrations then "true" else "false"; + if cfg.allow-registrations then "true" else "false"; }; nginx = { recommendedTlsSettings = true;