From 0c3f166a63c0d6b5f1add3eb4b5298e51eb37df7 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 24 Jun 2024 09:39:36 +0200 Subject: [PATCH] disabled blueman --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index d9a28f2..b92381a 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -34,7 +34,7 @@ # Bluetooth hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; - services.blueman.enable = true; + #services.blueman.enable = true; # enable unfree nixpkgs.config.allowUnfree = true; # Network