From 5a0ba443169ee98056a713836b512ef19d7f88fc Mon Sep 17 00:00:00 2001 From: sinavir Date: Wed, 17 May 2023 01:11:47 +0200 Subject: [PATCH] web-01: feat: add mosh --- machines/web-01/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/web-01/ssh.nix b/machines/web-01/ssh.nix index 0d9c50b..0f3a438 100644 --- a/machines/web-01/ssh.nix +++ b/machines/web-01/ssh.nix @@ -4,4 +4,5 @@ passwordAuthentication = false; enable = true; }; + programs.mosh.enable = true; }