Enable bluetooth

This commit is contained in:
larstvei 2025-09-06 14:53:55 +02:00
parent e1ded294f3
commit 7e0fd0bac0

View File

@ -69,6 +69,9 @@ in
# Enable CUPS to print documents.
services.printing.enable = true;
# Enable bluetooth.
hardware.bluetooth.enable = true;
# Enable sound with pipewire.
services.pulseaudio.enable = false;
security.rtkit.enable = true;