From bc37c89cb4be707e22c9fc04e090ca8c50751bf4 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 21 Jun 2021 09:35:02 +0200 Subject: ma bgt: fix etherpad tempate and deployment --- 2configs/bgt/etherpad.euer.krebsco.de.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2configs/bgt/etherpad.euer.krebsco.de.nix') diff --git a/2configs/bgt/etherpad.euer.krebsco.de.nix b/2configs/bgt/etherpad.euer.krebsco.de.nix index cf5b22bae..b4442de55 100644 --- a/2configs/bgt/etherpad.euer.krebsco.de.nix +++ b/2configs/bgt/etherpad.euer.krebsco.de.nix @@ -56,7 +56,7 @@ in { TRUST_PROXY = "true"; TITLE = "Binärgewitter Etherpad"; SKIN_NAME = "no-skin"; - DEFAULT_PAD_TEXT = builtins.replaceStrings ["\n"] ["\\n"] (builtins.readFile ./template.md); + DEFAULT_PAD_TEXT = builtins.readFile ./template.md; PAD_OPTIONS_USE_MONOSPACE_FONT = "true"; PAD_OPTIONS_USER_NAME = "true"; PAD_OPTIONS_USER_COLOR = "true"; -- cgit v1.2.3