summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/x/x13/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/x/x13/default.nix')
-rw-r--r--makefu/1systems/x/x13/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/1systems/x/x13/default.nix b/makefu/1systems/x/x13/default.nix
index f0d663ee..9a407a57 100644
--- a/makefu/1systems/x/x13/default.nix
+++ b/makefu/1systems/x/x13/default.nix
@@ -22,7 +22,8 @@
];
hardware.opengl.extraPackages = [ pkgs.amdvlk pkgs.rocm-opencl-icd ];
# is required for amd graphics support ( xorg wont boot otherwise )
- boot.kernelPackages = pkgs.linuxPackages_latest;
+ #boot.kernelPackages = pkgs.linuxPackages_latest;
+ boot.kernelPackages = lib.mkForce pkgs.linuxPackages;
environment.variables.VK_ICD_FILENAMES =
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";