quitte: add mysql
This commit is contained in:
parent
4177a2ba0a
commit
cc09c14143
7
modules/mysql.nix
Normal file
7
modules/mysql.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.mysql = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.mariadb;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue