about summary refs log tree commit diff
path: root/hosts/aptos/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/hardware.nix')
-rw-r--r--hosts/aptos/hardware.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix
index 4635e69..d6a2d32 100644
--- a/hosts/aptos/hardware.nix
+++ b/hosts/aptos/hardware.nix
@@ -41,9 +41,6 @@
   swapDevices =
     [{ device = "/dev/disk/by-uuid/24041034-ff39-44bf-a04c-8fd8318b554d"; }];
 
-  my.hardware.intel.enable = true;
-  my.hardware.bluetooth.enable = true;
-
   my.systems.btrfs.enable = true;
 
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";