get the framework for the wordpress sites into a file

This commit is contained in:
TheWanderingCrow 2026-03-22 00:17:33 -04:00
parent fb241568a2
commit 5015c369b4
2 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
}