From 67b9f5b0f798d1c5b35f56343b81dd44efc4677c Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Fri, 7 May 2021 23:47:18 +0200 Subject: [PATCH] =?UTF-8?q?dbus=20est=20d=C3=A9sormais=20tout=20le=20temps?= =?UTF-8?q?=20actif=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/dbus.nix | 13 ------------- services/default.nix | 1 - 2 files changed, 14 deletions(-) delete mode 100644 services/dbus.nix diff --git a/services/dbus.nix b/services/dbus.nix deleted file mode 100644 index 3419dfb..0000000 --- a/services/dbus.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - inherit (lib) mkIf mkMerge mkThenElse; - annuaire = config.r6d.machines; - currentMachine = annuaire."${config.networking.fqdn}"; - flags = currentMachine.configurationFlags; -in - -mkIf true { - # Lancement de dbus pour les utilisateurs - services.dbus.socketActivated = true; -} diff --git a/services/default.nix b/services/default.nix index 3b958a3..6f8523e 100644 --- a/services/default.nix +++ b/services/default.nix @@ -10,7 +10,6 @@ in { imports = [ # installées systématiquement - ./dbus.nix ./gpm.nix ./haveged.nix ./monitoring-munin.nix