add mosh to all instances

feature/clan.lol
Ingolf Wagner 2024-04-06 14:19:58 +02:00
parent 64578b915c
commit c304729bf9
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ in
(mkIf cfg.enable {
environment.systemPackages = [ pkgs.sshfs ];
environment.systemPackages = [ pkgs.sshfs pkgs.mosh ];
services.openssh = {
enable = true;