hosts: homes: bazin: disable 'mosh' package

This commit is contained in:
Bruno BELANYI 2023-12-07 14:34:17 +00:00
parent 0164d12087
commit 792d997dc9

View file

@ -13,5 +13,11 @@
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
trueColorTerminals = [ "xterm-256color" ];
};
ssh = {
mosh = {
package = pkgs.emptyDirectory;
};
};
};
}