From 479e5f94a9d7b65944e0ba518b006a368adbbeaa Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 1 Apr 2023 15:36:37 +0100 Subject: [PATCH] Fix hidpi on dingbox --- hosts/dingbox/hardware-configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/dingbox/hardware-configuration.nix b/hosts/dingbox/hardware-configuration.nix index 29b3f73..fa6f9ee 100644 --- a/hosts/dingbox/hardware-configuration.nix +++ b/hosts/dingbox/hardware-configuration.nix @@ -28,7 +28,4 @@ }; swapDevices = []; - - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }