From c6801587b318957b06dc3537d050d047b00fa592 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 5 Sep 2024 15:12:44 +0200 Subject: [PATCH] Don't load any modules for now --- lagarto-ox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lagarto-ox.nix b/lagarto-ox.nix index 4ca6934..bf569b0 100644 --- a/lagarto-ox.nix +++ b/lagarto-ox.nix @@ -146,9 +146,9 @@ compressor = "gzip"; kernelModules = [ # DMA for Ethernet - "xilinx_dma" + #"xilinx_dma" # Load the Ethernet module by default - "xxvnet_carv" + #"xxvnet_carv" ]; # Custom init script