add mysql/mariadb

This commit is contained in:
Simon Gardling 2025-05-07 12:38:23 -04:00
parent b44f259d71
commit d88d010f72
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -118,4 +118,10 @@
# disable framework kernel module
# https://github.com/NixOS/nixos-hardware/issues/1330
hardware.framework.enableKmod = false;
# for database class
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
}