summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/mosh.nix
AgeCommit message (Collapse)Author
2018-06-08nixos/programs.mosh: refactorLenz Weber
Adds programs.mosh.withUtempter (default: true). The option enables -with-utempter for mosh, allowing it to write to /var/run/utmp and thus making connected sessions appear in the output of `who -a`. For that, a guid-wrapper is required. Also, the path to the `utempter` was hardcoded in the resulting binary until now (so it could never been found), thus, libutempter was patched accordingly to point to /run/wrappers/bin/utempter which at least works when the wrapper is configured.
2017-03-17nixos/treewide: remove boolean examples for optionsFranz Pletz
They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
2016-12-16fix indentation in several nixos option descriptionsmichael bishop
2016-04-18mosh program: initAneesh Agrawal