summary refs log tree commit diff
path: root/nixos/modules/services/networking/shairport-sync.nix
Commit message (Collapse)AuthorAge
* nixos/shairport-sync: add typesFritz Otlinghaus2021-01-31
|
* treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* shairport-sync service: fix default argumentsFranz Pletz2019-01-02
|
* shairport-sync: don't daemonizeJeremy Apthorp2018-12-19
| | | | | This flag causes the shairport-sync server to attempt to daemonize, but it looks like systemd is already handling that. With the `-d` argument, shairport-sync immediately exits—it seems that something (systemd I'm guessing?) is sending it SIGINT or SIGTERM. The [upstream systemd unit](https://github.com/mikebrady/shairport-sync/blob/master/scripts/shairport-sync.service.in#L10) doesn't pass `-d`.
* shairport-sync: fix pulseaudio support & default argumentsFranz Pletz2018-09-26
|
* nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos: fix avahi connectivity for shairport-sync moduleAnders Lundstedt2016-07-08
| | | | | | | | | | | | | The shairport-sync service currently fails to start with the error shairport avahi_entry_group_new failed This problem seems to have been introduced by cdd7310a503481e3c40266be45b6b8256d95ecbd After some trial and error I concluded that the attached commit is a minimal fix.
* shairport-sync service: add moduleFranz Pletz2015-12-12
Adds a new service module for shairport-sync. Tested with a local and remote pulseaudio server. Needs to be run as a user in the pulse group to access pulseaudio.