From b5a110614c3be011860842de8bdf22e89fe888cd Mon Sep 17 00:00:00 2001 From: blake Date: Mon, 6 Oct 2025 12:38:43 -0500 Subject: [PATCH] 35 current 2025-10-06 12:38:41 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/flake.nix b/flake.nix index 468c64f..5001c2a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 34 current 2025-10-06 12:16:54 25.05.20251001.5b5be50 6.12.49 * +# generation: 35 current 2025-10-06 12:38:41 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 6c74265..2f6b2e0 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -63,16 +63,6 @@ nvidia-container-toolkit ]; - hardware.bluetooth = { - enable = true; - powerOnBoot = true; - settings = { - General = { - Experimental = true; - ControllerMode = "dual"; - }; - }; - }; # allow proprietary packages nixpkgs.config.allowUnfree = true;