add mosh to all instances
This commit is contained in:
parent
64578b915c
commit
c304729bf9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
||||||
|
|
||||||
(mkIf cfg.enable {
|
(mkIf cfg.enable {
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.sshfs ];
|
environment.systemPackages = [ pkgs.sshfs pkgs.mosh ];
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue