From 5e2f2cb812cd1176e811ed31ef4d7353e23fe6a9 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 16 Oct 2025 09:36:19 +0200 Subject: [PATCH] update(heimdall): add rocm support --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 25db5b3..9024e9c 100644 --- a/flake.nix +++ b/flake.nix @@ -306,6 +306,8 @@ inputs.nixos-hardware.nixosModules.common-gpu-amd inputs.nixos-hardware.nixosModules.common-pc-ssd self.nixosModules.server + { nixpkgs.config.rocmSupport = true; } + ./instances/heimdall/hardware-configuration.nix ./instances/heimdall/configuration.nix