gpsd: Fix UID/GID declaration.

svn path=/nixos/branches/modular-nixos/; revision=16089
This commit is contained in:
Ludovic Courtès 2009-06-30 07:56:08 +00:00
parent 05183ccb78
commit 6566bc4882

View File

@ -4,8 +4,8 @@
let let
inherit (pkgs.lib) mkOption mkIf; inherit (pkgs.lib) mkOption mkIf;
uid = (import ../system/ids.nix).uids.gpsd; uid = config.ids.uids.gpsd;
gid = (import ../system/ids.nix).gids.gpsd; gid = config.ids.gids.gpsd;
options = { options = {
services = { services = {