diff --git a/nixos/hosts/Aristotle/default.nix b/nixos/hosts/Aristotle/default.nix index 759a496..ce16d9b 100644 --- a/nixos/hosts/Aristotle/default.nix +++ b/nixos/hosts/Aristotle/default.nix @@ -8,6 +8,7 @@ inputs.nixos-hardware.nixosModules.lenovo-legion-y530-15ich ]; + services.hdapsd.enable = false; myFlake.hardware.components.misc = { audio.enable = true; bluetooth.enable = true;