aboutsummaryrefslogtreecommitdiff
path: root/hosts/tahoe/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";
}