From d2cbb8dc81426391ef9d2b812b8d8673fe79efb2 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 15 Oct 2025 08:38:05 -0500 Subject: [PATCH] print motd --- modules/system/ssh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/ssh/default.nix b/modules/system/ssh/default.nix index 8087f2a..5f9c49d 100644 --- a/modules/system/ssh/default.nix +++ b/modules/system/ssh/default.nix @@ -16,6 +16,7 @@ in PasswordAuthentication = true; PermitRootLogin = "no"; X11Forwarding = false; + PrintMotd = true; }; }; # open firewall