diff --git a/lib/fudo/minecraft-server.nix b/lib/fudo/minecraft-server.nix index d2b1977..0ea5283 100644 --- a/lib/fudo/minecraft-server.nix +++ b/lib/fudo/minecraft-server.nix @@ -46,6 +46,11 @@ in { default = false; }; + allow-pvp = mkOption { + type = bool; + default = false; + }; + allocated-memory = mkOption { type = int; description = "Memory (in GB) to allocate to the Minecraft server.";