From a8adeadf311cf877d7f53b7e006e247fbda4a4a6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 19:01:08 -0700 Subject: profiles: move things around for btrfs --- hosts/aptos/default.nix | 1 - hosts/aptos/hardware.nix | 2 -- hosts/carmel/hardware.nix | 1 - hosts/tahoe/default.nix | 2 +- hosts/tahoe/hardware.nix | 7 ------- 5 files changed, 1 insertion(+), 12 deletions(-) (limited to 'hosts') 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"; } -- cgit 1.4.1