From 11b7545928388a8a63f73a9dd13165f4c4bba146 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 20:48:28 -0500 Subject: [PATCH] 220 current 2025-10-10 20:46:18 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/gameservers/minecraft_recpro/default.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9f7119b..9c8bfe6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 219 current 2025-10-10 20:44:06 25.05.20251006.20c4598 6.12.50 * +# generation: 220 current 2025-10-10 20:46:18 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 f1f940d..40e741d 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -87,8 +87,7 @@ in ]; initialScript = pkgs.writeText "minecraft_recpro-init.sql" '' CREATE DATABASE IF NOT EXISTS minecraft_recpro_db; - CREATE USER IF NOT EXISTS 'minecraft_recpro'@'localhost' - IDENTIFIED BY LOAD_FILE('/run/secrets/minecraft_recpro_db_passwd'); + CREATE USER IF NOT EXISTS 'minecraft_recpro'@'localhost' IDENTIFIED BY LOAD_FILE('/run/secrets/minecraft_recpro_db_passwd'); GRANT ALL PRIVILEGES ON minecraft_recpro_db.* TO 'minecraft_recpro'@'localhost'; FLUSH PRIVILEGES; '';