diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-10-20 14:47:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-10-20 15:11:06 +0300 |
commit | 72b6a27b9203314bfae04232072de296625f7a6a (patch) | |
tree | 3b75cf24e58d332d34b3b487d66e4832e28e04d5 /modules/pkgs/default.nix | |
parent | 4f038741c388c88b0bbbc163ee62ccd44a720172 (diff) | |
download | nixsap-72b6a27b9203314bfae04232072de296625f7a6a.tar.gz |
mariadb: let loading arbitrary plugins
unix_socket is still always loaded.
Example:
nixsap.apps.mariadb.mysqld = {
plugin_load_add = [
"ha_tokudb"
"server_audit.so"
];
};
Diffstat (limited to 'modules/pkgs/default.nix')
0 files changed, 0 insertions, 0 deletions