hosts: homes: bazin: disable 'mosh' package
This commit is contained in:
parent
0164d12087
commit
792d997dc9
|
@ -13,5 +13,11 @@
|
||||||
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
|
||||||
trueColorTerminals = [ "xterm-256color" ];
|
trueColorTerminals = [ "xterm-256color" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ssh = {
|
||||||
|
mosh = {
|
||||||
|
package = pkgs.emptyDirectory;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue