From 65886e7c45af600679f737355835e2462fa0223f Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 26 May 2024 14:06:21 +0200 Subject: [PATCH] Do not activate bluetooth on boot --- nixos-configurations/shared-desktop.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index 23cf363..11622b8 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -57,7 +57,6 @@ hardware.pulseaudio.enable = false; hardware.bluetooth.enable = true; - hardware.bluetooth.powerOnBoot = true; home-manager.users.thiloho = { pkgs, lib, config, ... }: { programs = {