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