From 74a7c613308837aa9e7db85ae40f49555757343c Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 26 Feb 2023 10:24:08 +0100 Subject: Fix(hosts/mammun): Use amdgpu driver --- hosts/mammun/hardware/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/mammun/hardware/default.nix') diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix index 116d2c22..b1683d47 100644 --- a/hosts/mammun/hardware/default.nix +++ b/hosts/mammun/hardware/default.nix @@ -8,6 +8,7 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ./cpu.nix + ./gpu.nix ]; nixpkgs.hostPlatform = "x86_64-linux"; -- cgit 1.4.1