diff options
author | makefu <github@syntax-fehler.de> | 2021-06-21 09:35:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-06-21 09:35:02 +0200 |
commit | a072b9a49b6ee50bfdd57f62a3f60087e98c7c02 (patch) | |
tree | 55aa32ffe3b7f2329a10b91590cfcc82f938aa5d /makefu/2configs/bgt/etherpad.euer.krebsco.de.nix | |
parent | 55d193da3740ffabfcfe7987fe6e8d8886ad2309 (diff) |
ma bgt: fix etherpad tempate and deployment
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"; |