update hardware config
This commit is contained in:
parent
3097ba6084
commit
2adff754bd
@ -7,14 +7,13 @@
|
||||
imports =
|
||||
[
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
./nvidia.nix
|
||||
./acer-monitor-edid.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
boot.blacklistedKernelModules = [ ];
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/563805a1-5277-4488-bbdd-c1a7ed37be76";
|
||||
fsType = "ext4";
|
||||
|
||||
@ -12,11 +12,12 @@
|
||||
# "nvidia-drm.fbdev=1"
|
||||
#];
|
||||
boot.blacklistedKernelModules = [
|
||||
# "i915"
|
||||
# "amdgpu"
|
||||
"nouveau"
|
||||
"i915"
|
||||
"amdgpu"
|
||||
"nouveau"
|
||||
];
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
boot.initrd.kernelModules = [ "nvidia" ];
|
||||
#boot.initrd.kernelModules = [ "nvidia" ];
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user