mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: added another minecraft world
This commit is contained in:
parent
6e0338dccb
commit
301ba9c6e5
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
"rcon.password" = "/run/secrets/${world}";
|
"rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
|
||||||
allow-flight = false;
|
allow-flight = false;
|
||||||
allow-nether = true;
|
allow-nether = true;
|
||||||
difficulty = 2;
|
difficulty = 2;
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ in
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
"rcon.password" = "/run/secrets/${world}";
|
"rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
|
||||||
allow-flight = false;
|
allow-flight = false;
|
||||||
allow-nether = true;
|
allow-nether = true;
|
||||||
difficulty = 2;
|
difficulty = 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue