From f9ed9ab55f2376091b644492a00d1706732fe4cb Mon Sep 17 00:00:00 2001 From: blake Date: Fri, 10 Oct 2025 04:43:08 -0500 Subject: [PATCH] 215 current 2025-10-10 04:30:17 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/gameservers/minecraft_recpro/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a635246..ffd060d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 214 current 2025-10-10 04:13:05 25.05.20251006.20c4598 6.12.50 * +# generation: 215 current 2025-10-10 04:30:17 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 6d52925..44aaf1d 100644 --- a/modules/homelab/gameservers/minecraft_recpro/default.nix +++ b/modules/homelab/gameservers/minecraft_recpro/default.nix @@ -116,10 +116,10 @@ in # }; # sops.secrets = { - "${service}_db_passwd" = { + "velocity_forwarding" = { owner = "minecraft"; group = "minecraft"; - path = "/var/lib/gameservers/minecraft_recpro/velocity/forwarding_secret"; + path = "/var/lib/gameservers/minecraft_recpro/velocity/forwarding.secret"; mode = "0400"; }; };