machines/celerrime: Bluetooth things

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-01-07 14:27:09 +03:00
parent 1959f26e19
commit 3ef20f5cdd
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -34,9 +34,12 @@ in {
ivabus.enable = true;
user.enable = false;
};
my.features.secrets = true;
my.features.secrets = false;
networking.useDHCP = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.input = { General = { UserspaceHID = true; }; };
services.blueman.enable = true;
# Setup asahi-specific things. NOTE: you must copy firmware from ESP to /etc/nixos/asahi/firmware
hardware.asahi.peripheralFirmwareDirectory = ../../asahi/firmware;