From da0bcdd5c80e9b9db5c1d53f3c6c81d29bbcf4c5 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 9 Oct 2024 16:01:39 -0500 Subject: [PATCH] update server properties --- nixos/hosts/shadowfax/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/shadowfax/default.nix b/nixos/hosts/shadowfax/default.nix index 5a2ea3b..cc4de16 100644 --- a/nixos/hosts/shadowfax/default.nix +++ b/nixos/hosts/shadowfax/default.nix @@ -102,11 +102,15 @@ in ## Minecraft services.minecraft-servers = { + # Me cc858467-2744-4c22-8514-86568fefd03b enable = true; eula = true; servers.eregion = { enable = true; package = pkgs.paper-server; + serverProperties = { + motd = "§6§lEregion§r §7- §6§lMinecraft§r"; + }; }; };