mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
machines/celerrime: Bluetooth things
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
1959f26e19
commit
3ef20f5cdd
1 changed files with 4 additions and 1 deletions
|
@ -34,9 +34,12 @@ in {
|
||||||
ivabus.enable = true;
|
ivabus.enable = true;
|
||||||
user.enable = false;
|
user.enable = false;
|
||||||
};
|
};
|
||||||
my.features.secrets = true;
|
my.features.secrets = false;
|
||||||
|
|
||||||
networking.useDHCP = true;
|
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
|
# Setup asahi-specific things. NOTE: you must copy firmware from ESP to /etc/nixos/asahi/firmware
|
||||||
hardware.asahi.peripheralFirmwareDirectory = ../../asahi/firmware;
|
hardware.asahi.peripheralFirmwareDirectory = ../../asahi/firmware;
|
||||||
|
|
Loading…
Reference in a new issue