From d690d256e1364b9f34e772aba2d78b5096bc694f Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 3 Jan 2024 06:41:42 +0800 Subject: [PATCH] Revert "nixos: hosts: aristotle: add dpi" This reverts commit dd8fa2150ff4d4897e9cad7c0f4333ede4e8d225. --- nixos/hosts/Aristotle/hardware-configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/nixos/hosts/Aristotle/hardware-configuration.nix b/nixos/hosts/Aristotle/hardware-configuration.nix index d8ebd8d..b9291b6 100644 --- a/nixos/hosts/Aristotle/hardware-configuration.nix +++ b/nixos/hosts/Aristotle/hardware-configuration.nix @@ -15,9 +15,6 @@ tpm.enable = true; }; - # √(1920² + 1080²) px ÷ 15.60 in ≃ 141.211998082 dpi - services.xserver.dpi = 141; - boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"]; boot.kernelModules = ["kvm-intel"]; nixpkgs.hostPlatform = "x86_64-linux";