The DisnixWebService is now also part of the systemPackages so that a user can invoke the client tool from the command-line

svn path=/nixos/trunk/; revision=24564
This commit is contained in:
Sander van der Burg 2010-11-02 04:20:37 +00:00
parent e39b10a4d9
commit 4858ab9da8

View File

@ -43,7 +43,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.disnix ];
environment.systemPackages = [ pkgs.disnix ] ++ optional cfg.useWebServiceInterface pkgs.DisnixWebService;
services.dbus.enable = true;
services.dbus.packages = [ pkgs.disnix ];