pianonix: add bluetooth, fix firefox autostart

This commit is contained in:
2025-10-28 09:07:41 +01:00
parent 54952923f3
commit 1a1aa20690
3 changed files with 13 additions and 9 deletions

View File

@@ -31,9 +31,12 @@
# enabled by fish, disabling speeds up builds
documentation.man.generateCaches = false;
networking.enableIPv6 = false; # This only leads to issues with avahi
# networking.enableIPv6 = false; # This only leads to issues with avahi
# services.avahi.ipv6 = false;
hardware.raspberry-pi."4".bluetooth.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true; # bluetooth gui
# raspberry pi specific
# systemd.services.btattach = {