diff --git a/configurations/hardware/mini-pc.nix b/configurations/hardware/mini-pc.nix index 4986a53..2dfb730 100644 --- a/configurations/hardware/mini-pc.nix +++ b/configurations/hardware/mini-pc.nix @@ -29,18 +29,15 @@ extraModulePackages = [ ]; }; - hardware = { - amdgpu = { - opencl.enable = true; - amdvlk = { - enable = true; - }; - }; - graphics.extraPackages = with pkgs; [ - mesa - amf - ]; - }; + # hardware = { + # amdgpu = { + # opencl.enable = true; + # }; + # graphics.extraPackages = with pkgs; [ + # mesa + # amf + # ]; + # }; # systemd.tmpfiles.rules = [ # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" # ]; diff --git a/configurations/mini-pc.nix b/configurations/mini-pc.nix index 64063c0..2f214e6 100644 --- a/configurations/mini-pc.nix +++ b/configurations/mini-pc.nix @@ -74,9 +74,6 @@ let hardware = { bluetooth.enable = true; - graphics.extraPackages = with pkgs; [ - amdvlk - ]; }; # networking.firewall.allowedTCPPorts = [ ... ];