feat : back to basic mysql server

This commit is contained in:
Florian Schmitt 2024-02-05 20:49:09 +03:00
parent 1db4471386
commit 0304c83dd6

View file

@ -64,14 +64,9 @@
};
services.mysql = {
enable = true;
package = pkgs.mariadb;
ensureDatabases = [ "yeswiki-db" ];
ensureUsers = [{
name = "yeswiki-db-user";
ensurePermissions = { "yeswiki-db" = "ALL PRIVILEGES"; };
}];
};
systemd.services.mysql.wantedBy = lib.mkForce [];
# List packages installed in system profile. To search, run:
# $ nix search wget