From 4007a969de909dffbf68bf76d9285cf86e8b187c Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 02:21:51 -0400 Subject: [PATCH] try a newer kernel lamo --- hardware/perception.nix | 1 - machines/perception/configuration.nix | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hardware/perception.nix b/hardware/perception.nix index 50c5fe4..cabda81 100644 --- a/hardware/perception.nix +++ b/hardware/perception.nix @@ -11,7 +11,6 @@ boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; - boot.kernelParams = [ "i915.force_probe=4b3" ]; fileSystems."/" = { device = "/dev/disk/by-uuid/94a2074d-be66-41f4-b92b-cb3226ab83a0"; diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index 87bd0a5..6acc69f 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -25,8 +25,6 @@ }; }; config = { - # Have it pretend to be a desktop to hopefully get dri working - swaywm.enable = true; setupGrub = false; nix = { autoUpdate = true; @@ -76,6 +74,8 @@ vaapiVdpau ]; }; + # Newer kernel + boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2; # Configure plex services.plex = let plexPass = pkgs.plex.override {