name tweak

This commit is contained in:
John Lancaster
2026-07-05 19:35:10 -05:00
parent 9f29907ec3
commit bfbdbae99b
+1 -1
View File
@@ -2,7 +2,7 @@
flake.modules.nixos.login-text = { config, lib, ... }:
let
defaultServiceStatus = {
SSH = "sshd.socket";
"SSH Socket" = "sshd.socket";
"SSH Cert Renewal" = "ssh-certs-renew.timer";
};
in {