index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
services
/
audio.scm
Age
Commit message (
Expand
)
Author
2024-06-24
services: mpd: Fix log to file.
...
Yarl Baudig
2023-10-07
services: configuration: Add some commonly used predicates.
...
Bruno Victal
2023-07-26
Revert "services: mpd: Add an 'update' action to trigger a database update."
...
Maxim Cournoyer
2023-07-26
services: mpd: Provision a default cache directory and set HOME.
...
Maxim Cournoyer
2023-07-26
services: mpd: Auto-detect mpd-output mixer type by default.
...
Maxim Cournoyer
2023-07-26
services: Avoid 'delete' overrides warning in audio module.
...
Maxim Cournoyer
2023-07-26
services: mpd: Do not rotate logs when using syslog.
...
Maxim Cournoyer
2023-07-26
services: mpd: Log to syslog by default.
...
Maxim Cournoyer
2023-07-26
services: mpd; Refactor start slot directory initialization.
...
Maxim Cournoyer
2023-07-26
services: mpd: List log-level in decreasing verbosity order in doc.
...
Maxim Cournoyer
2023-07-25
services: mpd: Rename %set-user-group to set-user-group.
...
Maxim Cournoyer
2023-07-25
services: mpd: Streamline mpd-user-sanitizer and mympd-user-sanitizer.
...
Maxim Cournoyer
2023-07-25
services: mpd: Add an 'update' action to trigger a database update.
...
Maxim Cournoyer
2023-07-25
services: mpd: Add auto-update? field to mpd-configuration.
...
Maxim Cournoyer
2023-04-02
services: mympd: Use records for user and group fields.
...
Bruno Victal
2023-04-02
services: mpd: Use proper records for user and group fields.
...
Bruno Victal
2023-04-02
services: mpd: Fix unintentional API breakage for mixer-type field.
...
Bruno Victal
2023-04-02
services: replace bare serializers with (serializer ...)
...
Bruno Victal
2023-03-24
services: mpd: Set PulseAudio-related variables.
...
Bruno Victal
2023-03-24
services: audio: Remove redundant list-of-string? predicate.
...
Bruno Victal
2023-03-24
services: mympd: Require 'syslog service when configured to log to syslog.
...
Bruno Victal
2023-02-05
services: mpd: Fix serialization procedure for list-of-string.
...
Bruno Victal
2023-02-05
services: Add mympd-service-type.
...
Bruno Victal
2023-02-05
services: mpd: Do not hardcode environment variables.
...
Bruno Victal
2023-02-05
services: mpd: Refactor MPD service.
...
Bruno Victal
2023-02-05
services: mpd: Rewrite using 'define-configuration'.
...
Bruno Victal
2020-12-06
services: mpd: Make /var/run/mpd/USER user-owned.
...
Ludovic Courtès
2020-11-06
services: mpd: Fix daemon startup.
...
Ludovic Courtès
2020-11-06
services: mpd: Always create the "mpd" user account.
...
Ludovic Courtès
2020-11-06
services: mpd: Do not eagerly look for a user.
...
Maxim Cournoyer
2020-05-13
services: Add missing import.
...
Ludovic Courtès
2019-11-08
services: mpd: Connect to the user's PulseAudio socket.
...
Robert Smith
2019-10-29
gnu: mpd-service-type: Support configuration of outputs.
...
Ricardo Wurmus
2019-03-15
services: mpd: add more configuration options
...
nixo
2017-11-05
services: Add 'description' fields.
...
Ludovic Courtès
2017-08-31
services: mpd: Remove the mpd-file field.
...
Peter Mikkelsen
2017-08-13
gnu: Add mpd service.
...
Peter Mikkelsen