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"; }; };