From 69c5e8d9be40a7d406b38ac45b9192e5b962234a Mon Sep 17 00:00:00 2001 From: Toast Date: Thu, 11 Sep 2025 01:44:26 +0200 Subject: [PATCH] Server/syncthing: add to rust-motd --- roles/server/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/server/syncthing.nix b/roles/server/syncthing.nix index 84d20cc..00cbeb4 100755 --- a/roles/server/syncthing.nix +++ b/roles/server/syncthing.nix @@ -76,4 +76,5 @@ } ''; }; + programs.rust-motd.settings.service_status.Syncthing = "syncthing"; }