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; }