From 187623874853eeb1c94650463b710aa62f9367a0 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 21:22:41 -0500 Subject: [PATCH] 227 current 2025-10-10 21:18:19 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 0b5101e..bc10fff 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 226 current 2025-10-10 21:05:33 25.05.20251006.20c4598 6.12.50 * +# generation: 227 current 2025-10-10 21:18:19 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 a1c819c..a557318 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 '$(cat ${config.sops.secrets."minecraft_recpro_db_passwd".path})'; + ALTER USER 'minecraft_recpro'@'localhost' IDENTIFIED BY 'IKNOWTHISISBADIJUSTNEEDITTOWORK'; FLUSH PRIVILEGES; ''; };