Trying to fix mosh

This commit is contained in:
Julien Malka 2021-12-12 11:00:59 +01:00
parent bc5d856dbf
commit 26129b461a
5 changed files with 96 additions and 1 deletions

View file

@ -16,6 +16,7 @@
#boot.kernelPackages = pkgs.linuxPackages_latest;
services.openssh.enable = true;
programs.mosh.enable = true;
}