From 354e005d6c7a910fd009b90360545fed8ddba4a2 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 17 May 2021 01:32:18 +0200 Subject: nixos/dconf: fix d-bus activation dconf now supports autostarting the d-bus service using systemd's d-bus activation. https://gitlab.gnome.org/GNOME/dconf/-/commit/2781a8684855e4120c9948d8b40880bafafe1b12 On NixOS, that requires making systemd aware of the package. Fixes: https://github.com/NixOS/nixpkgs/issues/123265 --- nixos/modules/programs/dconf.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/programs/dconf.nix') diff --git a/nixos/modules/programs/dconf.nix b/nixos/modules/programs/dconf.nix index ec85cb9d18c..298abac8afa 100644 --- a/nixos/modules/programs/dconf.nix +++ b/nixos/modules/programs/dconf.nix @@ -54,6 +54,8 @@ in services.dbus.packages = [ pkgs.dconf ]; + systemd.packages = [ pkgs.dconf ]; + # For dconf executable environment.systemPackages = [ pkgs.dconf ]; -- cgit 1.4.1