This commit is contained in:
nomadics9 2024-10-12 20:46:29 +03:00
parent 7f811f4da7
commit dc8be8e74c
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
} }
]; ];
monitor = [ monitor = [
"eDP-1,1920x1080@60,0x0,1" "eDP-1,2560x1600@60,0x0,1.25"
"DP-2,1920x1080@60,auto,1" "DP-2,1920x1080@60,auto,1"
]; ];

View file

@ -10,7 +10,7 @@
]; ];
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" ]; boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" ];
boot.initrd.kernelModules = [ "nvidia" ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];