From e94187e8c02fd6323d83a08ee766b4d51401b46b Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 22 Jul 2023 00:51:43 +0200 Subject: [PATCH] Fix motd --- systems/kami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index 6b9eb84..b1bd9a2 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -38,7 +38,7 @@ difficulty = 3; enable-rcon = true; "rcon.password" = "test"; - motd = "&cWake up to reality! Nothing ever goes as planned in this accursed world.☯️"; + motd = "\u00A7cWake up to reality! Nothing ever goes as planned in this accursed world.☯"; spawn-protection = 0; level-type = "minecraft:amplified"; level-name = "amplified_world";