From 5ae0d0edb0615b5b7164c08acaae10a75990678d Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 16 Oct 2025 14:23:44 +0300 Subject: [PATCH] 123 --- configurations/hardware/mini-pc.nix | 21 +++++++++------------ configurations/mini-pc.nix | 3 --- 2 files changed, 9 insertions(+), 15 deletions(-) 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 = [ ... ];