"rtl": false,
"alwaysShowChat": false,
"chatAndUsers": false,
- "lang": "en-gb"
+ "lang": "fr"
},
"suppressErrorsInPadText" : false,
"maxAge" : 21600,
"abiword" : null,
"soffice" : "${libreoffice}/bin/soffice",
- "tidyHtml" : "${pkgs.html-tidy}/bin/tidy",
+ "tidyHtml" : "",
"allowUnknownFileEnds" : true,
"requireAuthentication" : false,
"requireAuthorization" : false,
};
systemd.services.etherpad-lite.serviceConfig.SupplementaryGroups = "keys";
+ # Needed so that they get in the closure
+ systemd.services.etherpad-lite.path = [ libreoffice pkgs.html-tidy ];
services.filesWatcher.etherpad-lite = {
restart = true;