nixos: hosts: aristotle: disable hdapsd
This commit is contained in:
parent
4cfedbf884
commit
933a53f94a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue