From 8f08fede5ed5e39e774012a46dd0796193daf432 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:55:50 +0200 Subject: (hedgedoc): allow me to set pads public so other people can edit them --- nix/hosts/corrino/www/md.emile.space.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/hosts/corrino/www/md.emile.space.nix b/nix/hosts/corrino/www/md.emile.space.nix index 2fb2ee4..ff91a7b 100644 --- a/nix/hosts/corrino/www/md.emile.space.nix +++ b/nix/hosts/corrino/www/md.emile.space.nix @@ -78,6 +78,7 @@ in { # don't allow unauthenticated people to just write somewhere allowAnonymous = false; + allowAnonymousEdits = true; # This allows us to set pads "freely" defaultPermission = "private"; -- cgit 1.4.1