225 current 2025-10-10 21:01:34 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 21:05:35 -05:00
parent 23170eb4fc
commit 56d7504a79
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: 224 current 2025-10-10 20:58:53 25.05.20251006.20c4598 6.12.50 *
# generation: 225 current 2025-10-10 21:01:34 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -81,7 +81,7 @@ in
ensureDatabases = [ "minecraft_recpro_db" ];
ensureUsers = [
{
name = "minecraft_recpro";
name = "minecraft";
ensurePermissions = { "minecraft_recpro_db.*" = "ALL PRIVILEGES"; };
}
];