From 65a86541653293d709b98dc49b0a5a18830917dd Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 21:25:51 -0500 Subject: [PATCH] 228 current 2025-10-10 21:22:38 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/gameservers/minecraft_recpro/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index bc10fff..06ee726 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 227 current 2025-10-10 21:18:19 25.05.20251006.20c4598 6.12.50 * +# generation: 228 current 2025-10-10 21:22:38 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/gameservers/minecraft_recpro/default.nix b/modules/homelab/gameservers/minecraft_recpro/default.nix index a557318..d495ccb 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -86,7 +86,7 @@ in } ]; initialScript = pkgs.writeText "minecraft_recpro_init.sql" '' - ALTER USER 'minecraft_recpro'@'localhost' IDENTIFIED BY 'IKNOWTHISISBADIJUSTNEEDITTOWORK'; + ALTER USER 'minecraft_recpro'@'localhost' IDENTIFIED VIA sql_native_password USING PASSWORD'IKNOWTHISISBADIJUSTNEEDITTOWORK'; FLUSH PRIVILEGES; ''; };