aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/hardware-configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-05-03 03:38:28 +0100
committerAkshay <[email protected]>2023-05-03 03:38:28 +0100
commit40e33e0d82341048d307947284cea548778c56ce (patch)
tree3faa4f6860b6d71c6348d69ab40839423f02135e /hosts/myrtle/hardware-configuration.nix
parent8b1b7f44a516299446692494746d4a6cfacb0a01 (diff)
bump
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}