From 8936407f7724484e5fda9a3758d835f82b03c2f5 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 19 Aug 2024 17:35:28 -0500 Subject: [PATCH] added amdgpu to cirrostratus. --- hosts/cirrostratus/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/cirrostratus/default.nix b/hosts/cirrostratus/default.nix index 5ef56f5..bf9dadb 100644 --- a/hosts/cirrostratus/default.nix +++ b/hosts/cirrostratus/default.nix @@ -95,6 +95,8 @@ inputs.nixpkgs.lib.nixosSystem { initrd.supportedFilesystems.zfs = true; }; + hardware.amdgpu.initrd.enable = true; + # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];