1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos/modules/services
aszlig ea2fd84ecd
nixos/mpd: Fix creation of "mpd" group.
The group is specified using a singleton list, so the loaOf merging is
done by iterating through the list items with imap, so it enumerates
every element and sets that as the default "name" attribute.

From lib/types:143:

name = elem.name or "unnamed-${toString defIdx}.${toString elemIdx}";

So, people get groups like "unnamed-X.Y" instead of "mpd".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
Tested-by: devhell <"^"@regexmail.net>
2015-03-20 20:58:13 +01:00
..
amqp
audio nixos/mpd: Fix creation of "mpd" group. 2015-03-20 20:58:13 +01:00
backup
cluster Merge pull request #6874 from offlinehacker/pkgs/kubernetes/update 2015-03-20 11:22:48 +01:00
computing
continuous-integration/jenkins
databases
desktops
games
hardware
logging
mail
misc
monitoring scollector module: Add extraOpts option 2015-03-18 21:16:31 +01:00
network-filesystems
networking nsd: Update from 4.1.0 -> 4.1.1 2015-03-18 21:01:35 +01:00
printing
scheduling
search
security
system
torrent
ttys
web-servers Revert "nixos: Multiple service instances, apply to nginx. See #6784" 2015-03-18 14:09:24 +00:00
x11