Generalization and removal of legacy url
This commit is contained in:
parent
c15fab234d
commit
8bdec44465
25 changed files with 91 additions and 114 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.mysql = lib.mkIf config.system.server.enable {
|
||||
enable = true;
|
||||
services.mysql = {
|
||||
enable = config.system.server.enable;
|
||||
package = pkgs.mariadb;
|
||||
ensureDatabases = [
|
||||
"minecraft"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue