Add example to extra modprobe
All checks were successful
check / check (push) Successful in 32s

This commit is contained in:
Florian RICHER 2024-07-11 21:32:19 +02:00
parent 9c105efe71
commit fb97c4e0d5

View file

@ -51,5 +51,9 @@ in
package = config.boot.kernelPackages.nvidiaPackages.latest;
};
};
# boot.extraModprobeConfig = ''
# options nvidia NVreg_EnableGpuFirmware=0
# '';
};
}