1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 09:37:57 +00:00

Pala has bluetooth

This commit is contained in:
RGBCube 2025-01-08 18:45:06 +03:00
parent 29fce84e3b
commit 4231044f8a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

9
hosts/pala/blueman.nix Normal file
View file

@ -0,0 +1,9 @@
{ lib, ... }: with lib;
systemConfiguration {
services.blueman = enabled;
hardware.bluetooth = enabled {
powerOnBoot = true;
};
}