From 8aad9b3c3bda2c9b7dd97c1f544c568ee71a2c5b Mon Sep 17 00:00:00 2001 From: Nio Date: Thu, 7 May 2026 09:08:19 +0200 Subject: [PATCH] Enable Bluetooth --- autostart.nix | 2 +- configuration.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/autostart.nix b/autostart.nix index 9999225..7243c4e 100644 --- a/autostart.nix +++ b/autostart.nix @@ -1,5 +1,5 @@ { ... }: { - onedrive.enable = true; + #onedrive.enable = true; } diff --git a/configuration.nix b/configuration.nix index e445fd7..7ed1113 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,10 @@ # Enable networking networking.networkmanager.enable = true; + # Enable bluetooth + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + # Set your time zone. time.timeZone = "Europe/Berlin";