aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/default.nix1
-rw-r--r--hosts/aptos/hardware.nix3
-rw-r--r--hosts/aptos/networking.nix1
3 files changed, 1 insertions, 4 deletions
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;
}