227 current 2025-10-10 21:18:19 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 21:22:41 -05:00
parent 13cfe73b65
commit 1876238748
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: 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 = {

View File

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