From b63744ec0c853a33372358bafbbd523fd6582cf1 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sat, 25 Jul 2026 11:24:25 +0900 Subject: [PATCH] wow --- hosts/server/natsu/services/velocity.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/server/natsu/services/velocity.nix b/hosts/server/natsu/services/velocity.nix index b04506f..5f9ea06 100644 --- a/hosts/server/natsu/services/velocity.nix +++ b/hosts/server/natsu/services/velocity.nix @@ -5,10 +5,9 @@ description = "Minecraft Velocity Proxy"; after = [ "network-online.target" - "limbo.service" ]; wants = [ "network-online.target" ]; - requires = [ "limbo.service" ]; + # requires = [ "limbo.service" ]; wantedBy = [ "multi-user.target" ]; serviceConfig = {