add rcon
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 25s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 25s
This commit is contained in:
parent
7e0cc853eb
commit
a2de33cb91
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@ in {
|
|||
methods = [ "hold" ];
|
||||
hold.timeout = 60;
|
||||
};
|
||||
rcon = {
|
||||
enabled = true;
|
||||
port = 25575;
|
||||
password = rcon-pass;
|
||||
};
|
||||
advanced.rewrite_server_properties = false; # might get overridden by nix-minecraft
|
||||
config.version = "0.2.11";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue