Mosh
programs.mosh.enable
Whether to enable mosh.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/mosh.nix
programs.mosh.openFirewall
Whether to automatically open the necessary ports in the firewall.
Type: boolean
Default
true
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/mosh.nix
programs.mosh.withUtempter
Whether to enable libutempter for mosh.
This is required so that mosh can write to /var/run/utmp (which can be queried with who
to display currently connected user sessions).
Note, this will add a guid wrapper for the group utmp!
Type: boolean
Default
true
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/mosh.nix