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";