diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 3fa772e..2e76474 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -145,6 +145,8 @@ # Avoid zstd as we don't have the tools in "cucu" machine compressor = "gzip"; kernelModules = [ + # DMA for Ethernet + "xilinx_dma" # Load the Ethernet module by default "xxvnet_carv" ];