From 995c187552d184bcf1932c542c05dd65cb8fc2b2 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:31:20 +0200 Subject: [PATCH] Change hedgedoc authentication settings --- nixos-configurations/server/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos-configurations/server/default.nix b/nixos-configurations/server/default.nix index 2d31573..e388af8 100644 --- a/nixos-configurations/server/default.nix +++ b/nixos-configurations/server/default.nix @@ -80,7 +80,11 @@ database = "hedgedoc"; }; protocolUseSSL = true; + allowAnonymous = false; + allowEmailRegister = false; + email = false; }; + environmentFile = "/var/lib/hedgedoc/hedgedoc.env"; }; postgresql = { enable = true;