231 current 2025-10-10 21:32:35 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 21:34:33 -05:00
parent e8fb6f383f
commit aa29d58e9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 230 current 2025-10-10 21:30:12 25.05.20251006.20c4598 6.12.50 *
# generation: 231 current 2025-10-10 21:32:35 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -85,7 +85,7 @@ in
ensurePermissions = { "minecraft_recpro_db.*" = "ALL PRIVILEGES"; };
}
];
initialScript = pkgs.writeText "minecraft_recpro_init.sql" ''
initialScript = pkgs.writeText "minecraft_recpro-init.sql" ''
CREATE USER IF NOT EXISTS 'minecraft_recpro'@'localhost' IDENTIFIED BY 'IKNOWTHISISBADIJUSTNEEDITTOWORK';
GRANT ALL PRIVILEGES ON minecraft_recpro_db.* TO 'minecraft_recpro'@'localhost';
FLUSH PRIVILEGES;