From 45460ec4bc41b8c4bb56730702c7a83ba1351207 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 29 Sep 2023 17:26:00 +0200 Subject: [PATCH 1/2] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixos-hardware': 'github:NixOS/nixos-hardware/0cab18a48de7914ef8cad35dca0bb36868f3e1af' (2022-06-01) → 'github:NixOS/nixos-hardware/adcfd6aa860d1d129055039696bc457af7d50d0e' (2023-09-28) --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8a1b6d2..2be9d90 100644 --- a/flake.lock +++ b/flake.lock @@ -80,11 +80,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1654057797, - "narHash": "sha256-mXo7C4v7Jj2feBzcReu1Eu/3Rnw5b023E9kOyFsHZQw=", + "lastModified": 1695887975, + "narHash": "sha256-u3+5FR12dI305jCMb0fJNQx2qwoQ54lv1tPoEWp0hmg=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "0cab18a48de7914ef8cad35dca0bb36868f3e1af", + "rev": "adcfd6aa860d1d129055039696bc457af7d50d0e", "type": "github" }, "original": { From ad2f7cd27bb6c42d179a34ac2c311dc55683c6d7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 29 Sep 2023 17:28:16 +0200 Subject: [PATCH 2/2] 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.