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; ''; };