From a5c7cac6d34764463e017f21bb7e322b22c6e508 Mon Sep 17 00:00:00 2001 From: death916 Date: Mon, 12 May 2025 21:25:35 -0700 Subject: [PATCH] bt --- nixos/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index f7828e8..cb5cd65 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -92,7 +92,11 @@ ]; # to make exit nodes work networking.firewall.checkReversePath = "loose"; + hardware.bluetooth.enable = true; + hardware.blueman.enable = true; + hardware.bluetooth.package - pkgs.bluezFull; + hardware.bluetooth.powerOnBoot = true; # my additions services.tailscale = {