From ef3f333f42868001b8b71a4ef8fe9891017c2dbb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 11 Mar 2026 21:47:44 +0100 Subject: [PATCH] [skypiea] feat: Turn on bluetooth Signed-off-by: SindreKjelsrud --- hosts/skypiea/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;