Don't load any modules for now

This commit is contained in:
Rodrigo Arias 2024-09-05 15:12:44 +02:00
parent 0bcb12a259
commit c6801587b3

View File

@ -146,9 +146,9 @@
compressor = "gzip"; compressor = "gzip";
kernelModules = [ kernelModules = [
# DMA for Ethernet # DMA for Ethernet
"xilinx_dma" #"xilinx_dma"
# Load the Ethernet module by default # Load the Ethernet module by default
"xxvnet_carv" #"xxvnet_carv"
]; ];
# Custom init script # Custom init script