about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/default.nix1
-rw-r--r--hosts/aptos/hardware.nix2
-rw-r--r--hosts/carmel/hardware.nix1
-rw-r--r--hosts/tahoe/default.nix2
-rw-r--r--hosts/tahoe/hardware.nix7
5 files changed, 1 insertions, 12 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index 3ae3f86..ac71f50 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -5,7 +5,6 @@
     ./hardware.nix
     ./networking.nix
     ./services.nix
-    "${self}/profiles/workstation.nix"
     "${self}/profiles/laptop.nix"
     "${self}/profiles/hardware/xps9300.nix"
   ];
diff --git a/hosts/aptos/hardware.nix b/hosts/aptos/hardware.nix
index d6a2d32..afe3840 100644
--- a/hosts/aptos/hardware.nix
+++ b/hosts/aptos/hardware.nix
@@ -41,7 +41,5 @@
   swapDevices =
     [{ device = "/dev/disk/by-uuid/24041034-ff39-44bf-a04c-8fd8318b554d"; }];
 
-  my.systems.btrfs.enable = true;
-
   powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
 }
diff --git a/hosts/carmel/hardware.nix b/hosts/carmel/hardware.nix
index 984f571..3293d3a 100644
--- a/hosts/carmel/hardware.nix
+++ b/hosts/carmel/hardware.nix
@@ -24,5 +24,4 @@
     };
 
   swapDevices = [ ];
-  powerManagement.cpuFreqGovernor = "schedutil";
 }
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index e3d95a3..cfa3717 100644
--- a/hosts/tahoe/default.nix
+++ b/hosts/tahoe/default.nix
@@ -8,7 +8,7 @@ in
     ./hardware.nix
     ./networking.nix
     ./services.nix
-    "${self}/profiles/server.nix"
+    "${self}/profiles/nas.nix"
     "${self}/profiles/hardware/amd.nix"
   ];
 
diff --git a/hosts/tahoe/hardware.nix b/hosts/tahoe/hardware.nix
index e81fca4..4b5937c 100644
--- a/hosts/tahoe/hardware.nix
+++ b/hosts/tahoe/hardware.nix
@@ -59,11 +59,4 @@
 
   swapDevices =
     [{ device = "/dev/disk/by-uuid/0f54b5ab-4fca-4c5a-a9eb-622553145163"; }];
-
-  my.systems.btrfs.enable = true;
-
-  # high-resolution display
-  hardware.video.hidpi.enable = lib.mkDefault true;
-
-  powerManagement.cpuFreqGovernor = "schedutil";
 }