From 792d997dc961193f6e5d1924e87f4fc4ee5175ec Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 7 Dec 2023 14:34:17 +0000 Subject: [PATCH] hosts: homes: bazin: disable 'mosh' package --- hosts/homes/ambroisie@bazin/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/homes/ambroisie@bazin/default.nix b/hosts/homes/ambroisie@bazin/default.nix index 235898a..193a6af 100644 --- a/hosts/homes/ambroisie@bazin/default.nix +++ b/hosts/homes/ambroisie@bazin/default.nix @@ -13,5 +13,11 @@ # HTerm uses `xterm-256color` as its `$TERM`, so use that here trueColorTerminals = [ "xterm-256color" ]; }; + + ssh = { + mosh = { + package = pkgs.emptyDirectory; + }; + }; }; }