nixpkgs/nixos/modules/services/system
Eelco Dolstra ba70ce28ae no-x-libs.nix: Ensure that dbus doesn't use X11
It appears that packageOverrides no longer overrides aliases, so
aliases like

  dbus_tools = self.dbus.out;
  dbus_daemon = self.dbus.daemon;

now use the old, non-overriden version of dbus. That seems like a
pretty serious regression in general, but for this particular problem,
I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools
by dbus.
2016-09-05 13:45:59 +02:00
..
cloud-init.nix Added the cloud-init service 2014-12-03 13:22:13 +01:00
dbus-session-local.conf.in Add missing files 2016-05-02 13:04:41 -05:00
dbus-system-local.conf.in Add missing files 2016-05-02 13:04:41 -05:00
dbus.nix no-x-libs.nix: Ensure that dbus doesn't use X11 2016-09-05 13:45:59 +02:00
kerberos.nix kerberos_server: fix evaluation (closes #14928) 2016-04-24 22:05:45 +02:00
nscd.conf Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
nscd.nix Merge commit staging+systemd into closure-size 2015-10-03 13:33:37 +02:00
uptimed.nix nixos: uptimed - rewrite and harden a bit (#7220) 2016-01-23 19:28:01 +00:00