summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-10-01 21:12:03 +0200
committermakefu <github@syntax-fehler.de>2021-10-01 21:12:03 +0200
commitd8cb0a7522f27ee25846a7391540faf72efaf236 (patch)
tree3d1d424404b2d4ab62a73c774fc81e3132247ac9 /makefu/1systems
parentb68f03276f0ff33559bb37d9cb24ec6084e155c6 (diff)
ma x.r: use upstream kernel for working zfs build
Diffstat (limited to 'makefu/1systems')
-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";