le bluetooth peut être éteint par défaut (ça consomme)

This commit is contained in:
Yves Dubromelle
2019-06-23 19:12:47 +02:00
parent 9150a37969
commit 8355abcbfc

View File

@@ -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;