mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-29 09:17:24 -04:00
get the framework for the wordpress sites into a file
This commit is contained in:
parent
fb241568a2
commit
5015c369b4
2 changed files with 77 additions and 0 deletions
6
hosts/common/optional/mysql.nix
Normal file
6
hosts/common/optional/mysql.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb_118;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue