From 9b3225b43957e4ec3039685d7dba244fd46de5cc Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 15 Mar 2025 18:00:17 -0400 Subject: modules: add commentary --- modules/services/ssh/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/services/ssh/default.nix') diff --git a/modules/services/ssh/default.nix b/modules/services/ssh/default.nix index 6f507cb..4ad87f1 100644 --- a/modules/services/ssh/default.nix +++ b/modules/services/ssh/default.nix @@ -1,3 +1,9 @@ +# modules/services/ssh/default.nix +# +# Configuration for secure remote access. I mainly use `mosh' for remoting into +# servers, as it provides a smoother experience for boxes hosted halfway around +# the world. + { config, lib, -- cgit v1.2.3