LIRC: Difference between revisions
imported>Nix m add Software/Applications subcategory |
imported>Misuzu No edit summary |
||
Line 1: | Line 1: | ||
== LIRC Service == | == LIRC Service == | ||
As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this: | As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this: |
Revision as of 08:07, 27 January 2022
LIRC Service
As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this:
$ lircd --listen -n -P /var/run/lircd.pid -o /var/run/lirc.sock -d /dev/lirc0
You can build upon this to create your own service with sytemd.services
.