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;