From 4400b3cc00d38b3c82e061785ea4ef97a0947c8c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 08:56:52 -0700 Subject: ref(bluetooth): remove the profile I don't need a profile for this, the module can be consumed directly from the host's hardware configuration. It removes one level of indirection and helps us toward the goal of completely removing all the profiles. Change-Id: I95a6fdc985420e7fe0ad737e7576d10d5c7eb114 Reviewed-on: https://cl.fcuny.net/c/world/+/289 Reviewed-by: Franck Cuny --- hosts/aptos/hardware.nix | 2 ++ hosts/aptos/profile.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix index 085db9f..2189a6f 100644 --- a/hosts/aptos/hardware.nix +++ b/hosts/aptos/hardware.nix @@ -41,5 +41,7 @@ [{ device = "/dev/disk/by-uuid/24041034-ff39-44bf-a04c-8fd8318b554d"; }]; my.hardware.intel.enable = true; + my.hardware.bluetooth.enable = true; + powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; } diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index 4e5b48d..1ba221e 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -6,7 +6,6 @@ my.profiles = { # Laptop specific configuration laptop.enable = true; - bluetooth.enable = true; desktop.enable = true; multimedia.enable = true; trusted.enable = true; -- cgit 1.4.1