try a newer kernel lamo

This commit is contained in:
Nathan McCarty 2023-04-09 02:21:51 -04:00
parent 13434fa3e5
commit 4007a969de
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelParams = [ "i915.force_probe=4b3" ];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0"; device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0";

View File

@ -25,8 +25,6 @@
}; };
}; };
config = { config = {
# Have it pretend to be a desktop to hopefully get dri working
swaywm.enable = true;
setupGrub = false; setupGrub = false;
nix = { nix = {
autoUpdate = true; autoUpdate = true;
@ -76,6 +74,8 @@
vaapiVdpau vaapiVdpau
]; ];
}; };
# Newer kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
# Configure plex # Configure plex
services.plex = let services.plex = let
plexPass = pkgs.plex.override { plexPass = pkgs.plex.override {