diff options
Diffstat (limited to 'makefu/2configs/bgt/etherpad.euer.krebsco.de.nix')
-rw-r--r-- | makefu/2configs/bgt/etherpad.euer.krebsco.de.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix b/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix index cf5b22bae..b4442de55 100644 --- a/makefu/2configs/bgt/etherpad.euer.krebsco.de.nix +++ b/makefu/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"; |