diff --git a/flake.nix b/flake.nix index d8732cc..9e66583 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 217 current 2025-10-10 20:18:09 25.05.20251006.20c4598 6.12.50 * +# generation: 218 current 2025-10-10 20:40:59 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 9207739..d027ac8 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -124,8 +124,8 @@ in mode = "0400"; }; "minecraft_recpro_db_passwd" = { -# owner = "minecraft"; -# group = "minecraft"; + owner = "mysql"; + group = "mysql"; }; };