Revert "nixos: hosts: aristotle: add dpi"

This reverts commit dd8fa2150f.
This commit is contained in:
Guanran Wang 2024-01-03 06:41:42 +08:00
parent 1a94c895d8
commit d690d256e1
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -15,9 +15,6 @@
tpm.enable = true; 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.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];
boot.kernelModules = ["kvm-intel"]; boot.kernelModules = ["kvm-intel"];
nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.hostPlatform = "x86_64-linux";