This commit is contained in:
parent
b2ecd770c8
commit
68455e7ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ in {
|
|||
# "reduced_debug_info" = false;
|
||||
# "global_sound_events" = false;
|
||||
}; in lib.concatStringsSep "\n" (map
|
||||
(rule: "${pkgs.rcon-cli} --password ${rcon-pass} gamerule ${rule} ${toString (gamerules.${rule})}")
|
||||
(rule: "${pkgs.rcon-cli}/bin/rcon-cli --password ${rcon-pass} gamerule ${rule} ${toString (gamerules.${rule})}")
|
||||
(lib.attrNames gamerules)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue