fix rcon-cli path
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 27s
This commit is contained in:
parent
c48283a6e2
commit
b2ecd770c8
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: "rcon-cli --password ${rcon-pass} gamerule ${rule} ${toString (gamerules.${rule})}")
|
||||
(rule: "${pkgs.rcon-cli} --password ${rcon-pass} gamerule ${rule} ${toString (gamerules.${rule})}")
|
||||
(lib.attrNames gamerules)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue