From 39264279e0b19d6c438a1865bc840265a1465fd3 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 4 Dec 2025 20:59:21 -0600 Subject: [PATCH] add cobblemon to motd --- modules/homelab/motd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homelab/motd/default.nix b/modules/homelab/motd/default.nix index 36af4ee..0c8467c 100644 --- a/modules/homelab/motd/default.nix +++ b/modules/homelab/motd/default.nix @@ -78,7 +78,7 @@ in { # --- gameservers --- echo -e "''${headings}gameservers:''${reset}" - for service in velocity smp superflat bento; do + for service in velocity smp superflat bento cobblemon; do status=$(systemctl is-active $service 2>/dev/null) if [ "$status" = "active" ]; then printf "%-32s%s\n" " ''${active}[$service]''${reset}" "running"