malcolm: Configure firewall and wordpress
This commit is contained in:
10
hosts/malcolm/services/mysql.nix
Normal file
10
hosts/malcolm/services/mysql.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
# TODO: services.mysqlBackup
|
||||
}
|
||||
Reference in New Issue
Block a user