diff --git a/hosts/pingbox/hardware-configuration.nix b/hosts/pingbox/hardware-configuration.nix index 30ac3ce..9b7cccf 100644 --- a/hosts/pingbox/hardware-configuration.nix +++ b/hosts/pingbox/hardware-configuration.nix @@ -37,6 +37,4 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }