From 68c3f4559b8e1344186d2002eec785d0e3ea666d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 3 May 2023 23:10:15 +0200 Subject: workaround amdgpu bug --- hosts/toaster/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/toaster/default.nix') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 55d9fe8..483d3e8 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -1,6 +1,7 @@ { pkgs, ... }: { imports = [ ./amd.nix + ./amdgpu-sg-fix.nix ./hardware-configuration.nix ./irc.nix ./network.nix -- cgit v1.3.1