Add MySQL (MariaDB)

This commit is contained in:
Eli Ribble 2025-04-11 14:46:03 -07:00
parent 5b814fb064
commit 36dda5e233
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@
phpEnv."PATH" = lib.makeBinPath [ pkgs.php ]; phpEnv."PATH" = lib.makeBinPath [ pkgs.php ];
}; };
}; };
services.mysql = {
enable = true;
package = pkgs.mariadb;
};
services.nginx = { services.nginx = {
enable = true; enable = true;
virtualHosts."new.anythingforafriend.com" = { virtualHosts."new.anythingforafriend.com" = {