nixos: hosts: aristotle: disable hdapsd

This commit is contained in:
Guanran Wang 2023-12-17 20:20:38 +08:00
parent 4cfedbf884
commit 933a53f94a
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -8,6 +8,7 @@
inputs.nixos-hardware.nixosModules.lenovo-legion-y530-15ich inputs.nixos-hardware.nixosModules.lenovo-legion-y530-15ich
]; ];
services.hdapsd.enable = false;
myFlake.hardware.components.misc = { myFlake.hardware.components.misc = {
audio.enable = true; audio.enable = true;
bluetooth.enable = true; bluetooth.enable = true;