From 807b1bc2e627fe706f4624fda342aed0d8424936 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 16 Oct 2016 17:28:48 +0200 Subject: [PATCH] activation dbus --- public/environment.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/environment.nix b/public/environment.nix index 84747e8..0e7db1b 100644 --- a/public/environment.nix +++ b/public/environment.nix @@ -20,6 +20,9 @@ in # On autorise les paquets non-libres nixpkgs.config.allowUnfree = true; + # Lancement de dbus pour les utilisateurs + services.dbus.socketActivated = true; + # Paquets environment = { systemPackages = with pkgs; [