From 853fe3c55650b091f34f9e93747a25f9250590ec Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Mar 2026 08:27:09 -0500 Subject: [PATCH] added mtls renewal service to motd --- modules/nixos/login-text.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nixos/login-text.nix b/modules/nixos/login-text.nix index 84118b0..9d0626b 100644 --- a/modules/nixos/login-text.nix +++ b/modules/nixos/login-text.nix @@ -22,9 +22,10 @@ }; service_status = { - SSH = "sshd.socket"; - "SSH Certs" = "step-ssh-host-renew.timer"; Docker = "docker"; + SSH = "sshd.socket"; + "SSH Cert Renewal" = "step-ssh-host-renew.timer"; + "mTLS Renewal" = "mtls-renew.timer"; }; # This calculation is wrong for LXCs