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
wip/yesman
Sander van der Burg 14 years ago
parent e39b10a4d9
commit 4858ab9da8
  1. 2
      modules/services/misc/disnix.nix

@ -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 ];

Loading…
Cancel
Save