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 = {