From 5860c9c4302069b1064054f50c0026cc9980e994 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:31:23 -0500 Subject: [PATCH] velocity: add bind path for config --- modules/nixos/services/gameserver/velocity.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nixos/services/gameserver/velocity.nix b/modules/nixos/services/gameserver/velocity.nix index eef9515..b75a41d 100644 --- a/modules/nixos/services/gameserver/velocity.nix +++ b/modules/nixos/services/gameserver/velocity.nix @@ -125,6 +125,8 @@ StateDirectory = "velocity"; StateDirectoryMode = "0700"; WorkingDirectory = "%S/velocity"; + # velocity doesnt have a --config :( + BindReadOnlyPaths = "/etc/velocity/velocity.toml:%S/velocity/velocity.toml"; Type = "exec"; Restart = "always";