added amdgpu to cirrostratus.
This commit is contained in:
parent
f37f68c70e
commit
8936407f77
|
@ -95,6 +95,8 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
initrd.supportedFilesystems.zfs = true;
|
initrd.supportedFilesystems.zfs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.amdgpu.initrd.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
Loading…
Reference in a new issue