Add PVP option
This commit is contained in:
@@ -46,6 +46,11 @@ in {
|
|||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
allow-pvp = mkOption {
|
||||||
|
type = bool;
|
||||||
|
default = false;
|
||||||
|
};
|
||||||
|
|
||||||
allocated-memory = mkOption {
|
allocated-memory = mkOption {
|
||||||
type = int;
|
type = int;
|
||||||
description = "Memory (in GB) to allocate to the Minecraft server.";
|
description = "Memory (in GB) to allocate to the Minecraft server.";
|
||||||
|
|||||||
Reference in New Issue
Block a user