From 80b2a5ed2cf30c66ec75480c24c53c7b329c3381 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 17:50:50 -0700 Subject: profiles/hardware: create a few profiles related to hardware --- hosts/aptos/default.nix | 1 + hosts/aptos/hardware.nix | 3 --- hosts/aptos/networking.nix | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 49d4c14..3ae3f86 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -7,6 +7,7 @@ ./services.nix "${self}/profiles/workstation.nix" "${self}/profiles/laptop.nix" + "${self}/profiles/hardware/xps9300.nix" ]; # install and configure sway 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"; diff --git a/hosts/aptos/networking.nix b/hosts/aptos/networking.nix index 111fbe7..b157ec5 100644 --- a/hosts/aptos/networking.nix +++ b/hosts/aptos/networking.nix @@ -33,6 +33,5 @@ dnssec = "false"; }; - my.hardware.networking.wireless.enable = true; my.services.tailscale.enable = true; } -- cgit 1.4.1