diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-06-09 08:56:52 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:31:45 -0700 |
| commit | 4400b3cc00d38b3c82e061785ea4ef97a0947c8c (patch) | |
| tree | 32a7d988dc9ca1517eccf24f48e4e7f0180df7a9 /hosts/aptos/hardware.nix | |
| parent | fix(gerrit-hook): update the configuration with correct URL (diff) | |
| download | infra-4400b3cc00d38b3c82e061785ea4ef97a0947c8c.tar.gz | |
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 <franck@fcuny.net>
Diffstat (limited to 'hosts/aptos/hardware.nix')
| -rw-r--r-- | hosts/aptos/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; } |
