mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
README: table of contents is unnecessary
This commit is contained in:
parent
689e012a14
commit
040173bd94
4 changed files with 19 additions and 38 deletions
|
|
@ -71,7 +71,7 @@ in
|
|||
in
|
||||
{
|
||||
datastore = "plugin";
|
||||
plugin = "${cfg.package}/bin/plugin_${dbcfg.type}";
|
||||
plugin = "${cfg.package}/bin/${dbcfg.type}.so";
|
||||
pluginhandler = pluginHandlers.${dbcfg.type};
|
||||
database = if (dbcfg.type != "sqlite") then (builtins.replaceStrings (singleton "\n") (singleton " ") ''
|
||||
host=${dbcfg.host}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue