From 256004556317f24f3404287a09ee9c0a6c6da245 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 15 Aug 2025 15:14:08 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/wsl.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixosConfigurations/hosts/wsl.nix b/nixosConfigurations/hosts/wsl.nix index f388754..429a397 100755 --- a/nixosConfigurations/hosts/wsl.nix +++ b/nixosConfigurations/hosts/wsl.nix @@ -30,6 +30,12 @@ let earlyoom.enable = true; }; + hardware = { + graphics.enable = true; + amdgpu.opencl.enable = true; + amdgpu.amdvlk.enable = true; + }; + networking = { firewall.enable = false; hostName = xlib.device.hostname;