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 = [ ... ];