From aa7f5db09ffe5b66fbf498708c9f481fb6da1b50 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 18 May 2026 17:45:15 -0300 Subject: [PATCH] chore: remove unused davinci resolve config --- hosts/battleship/gpu.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/battleship/gpu.nix b/hosts/battleship/gpu.nix index 5d063d0..5c86848 100644 --- a/hosts/battleship/gpu.nix +++ b/hosts/battleship/gpu.nix @@ -12,11 +12,6 @@ environment.systemPackages = with pkgs; [clinfo]; environment.variables.ROC_ENABLE_PRE_VEGA = "1"; - # Configuration for davinci resolve based on - # https://wiki.nixos.org/wiki/DaVinci_Resolve - environment.variables.RUSTICL_ENABLE = "radeonsi"; - hardware.graphics.extraPackages = with pkgs; [mesa.opencl]; - systemd.tmpfiles.rules = let rocmEnv = pkgs.symlinkJoin { name = "rocm-combuned";