1
0
Fork 0

Revert "Add mysql service"

This reverts commit 53666113ca.
master
dump_stack() 2022-05-11 14:43:59 +00:00
parent 046738fbc9
commit 8e72a1c421
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 0 additions and 18 deletions

View File

@ -25,24 +25,6 @@ in {
services.usbmuxd.enable = true;
services.usbmuxd.user = "user";
services.mysql = {
enable = true;
package = pkgs.mariadb;
settings = {
mysqld = {
innodb_read_io_threads = 256;
innodb_write_io_threads = 256;
innodb_io_capacity = 100500;
innodb_buffer_pool_size = "28G";
innodb_log_buffer_size = "256M";
innodb_log_file_size = "1G";
innodb_flush_log_at_trx_commit = 0;
innodb_doublewrite = 0;
innodb_open_files = 100500;
};
};
};
virtualisation.docker.enable = true;
virtualisation.libvirtd = {