added amdgpu to cirrostratus.

This commit is contained in:
Gabe Venberg 2024-08-19 17:35:28 -05:00
parent f37f68c70e
commit 8936407f77

View file

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