massicot: add mosh

This commit is contained in:
xinyangli 2023-10-03 11:53:31 +08:00
parent 243de7213b
commit 3168385c71

View file

@ -32,6 +32,7 @@
PasswordAuthentication = false;
};
};
programs.mosh.enable = true;
systemd.services.sshd.wantedBy = pkgs.lib.mkForce [ "multi-user.target" ];