Enable Bluetooth

This commit is contained in:
Nio 2026-05-07 09:08:19 +02:00
parent 51623c7932
commit 8aad9b3c3b
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ ... }: { ... }:
{ {
onedrive.enable = true; #onedrive.enable = true;
} }

View file

@ -29,6 +29,10 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
# Enable bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/Berlin"; time.timeZone = "Europe/Berlin";