forked from fabian/nix_config
vps: add mosh
This commit is contained in:
parent
dd6a8f9e1c
commit
a785cce6b0
|
@ -33,6 +33,8 @@ with lib; {
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
programs.mosh.enable = true;
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue