From 868c60c92b190aead5563fa319fc0cbd9f20ce51 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 5 Dec 2011 01:51:05 +0000 Subject: Add mpd module There is room for improvement here. The options in conffile could be broken out into individual options and an extraConfig option added. But I think this looks right. Patch by mornfall, slightly modified by me svn path=/nixos/trunk/; revision=30731 --- modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/misc') diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix index 8a4175a7bd1..a0ac4dab5b1 100644 --- a/modules/misc/ids.nix +++ b/modules/misc/ids.nix @@ -68,6 +68,7 @@ in dovenull2 = 47; unbound = 48; prayer = 49; + mpd = 50; # When adding a uid, make sure it doesn't match an existing gid. @@ -116,6 +117,7 @@ in virtuoso = 44; dovecot2 = 45; prayer = 46; + mpd = 47; # When adding a gid, make sure it doesn't match an existing uid. -- cgit 1.4.1