From bd12079a821240795f2d34af112f8b8c48eb292e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 31 Mar 2025 23:41:00 +0200 Subject: [PATCH] fix: do the fix --- hosts/hitsugibune/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index 5d35f4a..ab6fc4b 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -100,7 +100,8 @@ in { mcrcon -H localhost -P 25566 -p "whatisloveohbabydonthurtmedonthurtmenomore" '/title @a title {"text":"This server runs on NixOS","color":"blue","bold":true}'; sleep 1; # Wait 2 seconds between announcements done - ''; + ''; + }; }; systemd.timers.mc-announcement = {