diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index b220f4c..57a6ead 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -95,7 +95,7 @@ in { description = "Minecraft Server Announcement"; serviceConfig = { Type = "oneshot"; - ExecStart = ''for i in {1..5}; do mcrcon -H localhost -P 25566 -p "whatisloveohbabydonthurtmedonthurtmenomore" '/title @a title {"text":"This server runs on NixOS","color":"blue","bold":true}'; sleep 1; done''; + ExecStart = "/run/current-system/sw/bin/sh -c 'for i in {1..5}; do /run/current-system/sw/bin/mcrcon -H localhost -P 25566 -p \"whatisloveohbabydonthurtmedonthurtmenomore\" \"/title @a title {\\\"text\\\":\\\"This server runs on NixOS\\\",\\\"color\\\":\\\"blue\\\",\\\"bold\\\":true}\"; sleep 2; done'"; }; };