From 8355abcbfcda5214b11bd767f5ec556be6f1ebc9 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 23 Jun 2019 19:12:47 +0200 Subject: [PATCH] =?UTF-8?q?le=20bluetooth=20peut=20=C3=AAtre=20=C3=A9teint?= =?UTF-8?q?=20par=20d=C3=A9faut=20(=C3=A7a=20consomme)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration/laptop.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration/laptop.nix b/configuration/laptop.nix index 250d3dd..b465aeb 100644 --- a/configuration/laptop.nix +++ b/configuration/laptop.nix @@ -17,7 +17,10 @@ mkIf flags.laptop { ## Activation d'un gestionnaire de réseau networking.networkmanager.enable = true; - hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = false; + }; # Gestion graphique du réseau dans la barre système programs.nm-applet.enable = true;