about summary refs log tree commit diff
path: root/nix/hosts/corrino/www/md.emile.space.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-07-21 17:55:50 +0200
committerEmile <git@emile.space>2024-07-21 17:55:50 +0200
commit8f08fede5ed5e39e774012a46dd0796193daf432 (patch)
treebad8419434f45d1574e24b94f749f440d54afb79 /nix/hosts/corrino/www/md.emile.space.nix
parentdc71e8d3429eb61441a01d50cfbff36c6e46841d (diff)
(hedgedoc): allow me to set pads public so other people can edit them
Diffstat (limited to 'nix/hosts/corrino/www/md.emile.space.nix')
-rw-r--r--nix/hosts/corrino/www/md.emile.space.nix1
1 files changed, 1 insertions, 0 deletions
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";