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;