Added Bluetooth support to LoyAdjo and LANA9Z
Some checks are pending
/ Check Nix Flake (push) Waiting to run

This commit is contained in:
kB01 2025-01-01 05:02:44 +01:00
parent 4a86e9b073
commit a87f36a088
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,10 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable Bluetooth
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
# Set your time zone.
time.timeZone = "Europe/Berlin";

View file

@ -30,6 +30,10 @@
# Enable networking
networking.networkmanager.enable = true;
# Enable Bluetooth
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
# Set your time zone.
time.timeZone = "Europe/Berlin";