aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/hardware.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 19:01:08 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 19:01:08 -0700
commita8adeadf311cf877d7f53b7e006e247fbda4a4a6 (patch)
tree8e3466b6315b3b2a99e3e95639a6ae17d705ef40 /hosts/tahoe/hardware.nix
parentprofiles/hardware: create a few profiles related to hardware (diff)
downloadinfra-a8adeadf311cf877d7f53b7e006e247fbda4a4a6.tar.gz
profiles: move things around for btrfs
Diffstat (limited to 'hosts/tahoe/hardware.nix')
-rw-r--r--hosts/tahoe/hardware.nix7
1 files changed, 0 insertions, 7 deletions
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";
}