From e2ff975a7c8167b63c7da85ea58eb668e97f4398 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 15 Aug 2024 21:31:37 -0700 Subject: [PATCH] Enable mosh. Mosh gives me the ability to deal with the fact that my connection over my own wifi is dropping packets for up to 10 seconds at a time. --- quinn/etc/nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/quinn/etc/nixos/configuration.nix b/quinn/etc/nixos/configuration.nix index 9dcda1f..ecec258 100644 --- a/quinn/etc/nixos/configuration.nix +++ b/quinn/etc/nixos/configuration.nix @@ -119,6 +119,7 @@ # enable = true; # enableSSHSupport = true; # }; + programs.mosh.enable = true; # Make neovim the default editor programs.neovim.enable = true;