summary refs log tree commit diff
path: root/nixos/modules/services/hardware/brltty.nix
Commit message (Collapse)AuthorAge
* nixos/brltty: use upstream unitsrnhmjoj2021-04-11
| | | | | | | | | | Upstream has been providing a very thoroughly designed set of systemd units, udev and polkit rules. With these the brltty daemon is activated asynchronously via udev, runs as a dedicated user with runtime and state directories set up using systemd-tmpfiles. This is much better than the current unit, which runs a single instance as root and pulls in systemd-udev-settle to wait for the hardware.
* brltty service: wait for devices to settleJoachim Fasting2016-12-18
| | | | | | | Otherwise it starts way too early, only to fail and having to restart until devices are available. It is less wasteful to simply wait until there's a reasonable chance of success. This is consistent with upstream.
* brltty: 5.2 -> 5.4Bram Duvigneau2016-10-22
|
* Brltty service: simplified systemd service definition, now it matchesBram Duvigneau2015-09-09
| | | | | the variant that has been developed upstream. Now the BRLTTY service comes up reliably on boot.
* Added BRLTTY packageBram Duvigneau2015-04-29