about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/aptos/hardware.nix2
-rw-r--r--hosts/aptos/profile.nix1
2 files changed, 2 insertions, 1 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";
 }
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;