diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3d2e0ce..f7828e8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -92,7 +92,7 @@ ]; # to make exit nodes work networking.firewall.checkReversePath = "loose"; - hardware.bluetoothe.enable = true; + hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; # my additions services.tailscale = {