CrOS/hosts/common/optional/mysql.nix
TheWanderingCrow b346790feb treewide format
2026-04-04 22:59:28 -04:00

6 lines
81 B
Nix

{
services.mysql = {
enable = true;
package = pkgs.mariadb_118;
};
}