From ad2f7cd27bb6c42d179a34ac2c311dc55683c6d7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 29 Sep 2023 17:28:16 +0200 Subject: [PATCH] hephaestus: don't need opencl --- hosts/hephaestus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index e03ea08..68f8901 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -14,6 +14,8 @@ ./secrets.nix ]; + hardware.amdgpu.opencl = false; + boot.kernelPackages = pkgs.linuxPackages; # Use the systemd-boot EFI boot loader.