fix:switch.sh&&mysql

This commit is contained in:
dichgrem
2025-12-04 18:47:47 +08:00
parent 608238846f
commit 8650ac8879
3 changed files with 7 additions and 9 deletions

View File

@@ -9,9 +9,12 @@ in
package = pkgs.mysql84;
};
systemd.services.mysql = {
enable = false;
};
environment.systemPackages = [
pkgs.dbeaver-bin
];
};
}