From e8fb6f383feca1c52f1ad15352e0648155a03916 Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 21:32:37 -0500 Subject: [PATCH] 230 current 2025-10-10 21:30:12 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 b02ef56..96e86f8 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 229 current 2025-10-10 21:25:49 25.05.20251006.20c4598 6.12.50 * +# generation: 230 current 2025-10-10 21:30:12 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 c701d89..940a0d3 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -81,7 +81,7 @@ in ensureDatabases = [ "minecraft_recpro_db" ]; ensureUsers = [ { - name = "minecraft_recpro"; + name = "minecraft"; ensurePermissions = { "minecraft_recpro_db.*" = "ALL PRIVILEGES"; }; } ];