aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/myrtle/hardware-configuration.nix')
-rw-r--r--hosts/myrtle/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/myrtle/hardware-configuration.nix b/hosts/myrtle/hardware-configuration.nix
index 099052a..74872ed 100644
--- a/hosts/myrtle/hardware-configuration.nix
+++ b/hosts/myrtle/hardware-configuration.nix
@@ -39,5 +39,5 @@
39 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; 39 powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
40 hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; 40 hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
41 # high-resolution display 41 # high-resolution display
42 hardware.video.hidpi.enable = lib.mkDefault true; 42 # hardware.video.hidpi.enable = lib.mkDefault true;
43} 43}