diff --git a/hosts/skypiea/configuration.nix b/hosts/skypiea/configuration.nix index 43ffc4c..08e834a 100644 --- a/hosts/skypiea/configuration.nix +++ b/hosts/skypiea/configuration.nix @@ -176,10 +176,12 @@ # enableSSHSupport = true; # }; - # Enable the OpenSSH daemon. # services.openssh.enable = true; + # Enable bluetooth + hardware.bluetooth.enable = true; + # Open ports in the firewall. networking.firewall = { enable = true;