mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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;
|
||||
declarative = true;
|
||||
serverProperties = {
|
||||
"rcon.password" = "/run/secrets/${world}";
|
||||
"rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
|
||||
allow-flight = false;
|
||||
allow-nether = true;
|
||||
difficulty = 2;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in
|
|||
openFirewall = true;
|
||||
declarative = true;
|
||||
serverProperties = {
|
||||
"rcon.password" = "/run/secrets/${world}";
|
||||
"rcon.password" = "/etc/${serviceCfg.name}-secrets/${world}";
|
||||
allow-flight = false;
|
||||
allow-nether = true;
|
||||
difficulty = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue