From d1d4651ed744931256f0ea8df5f24b88670f5e4b Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 4 Oct 2022 17:19:59 +0200 Subject: [PATCH] VEGAS/minecraft/0fyy6ksf: allow flight --- hosts/VEGAS/services/minecraft/customer-0fyy6ksf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/VEGAS/services/minecraft/customer-0fyy6ksf.nix b/hosts/VEGAS/services/minecraft/customer-0fyy6ksf.nix index c857478..b41c129 100644 --- a/hosts/VEGAS/services/minecraft/customer-0fyy6ksf.nix +++ b/hosts/VEGAS/services/minecraft/customer-0fyy6ksf.nix @@ -19,6 +19,7 @@ in enable-rcon = true; rcon-port = config.links."mc-rcon-${custId}".port; rcon-password = "manager"; + allow-flight = true; }; }; systemd.services."mc-${custId}".serviceConfig = {