1
0
Fork 0

Preload kernel module for docker interfaces

master
dump_stack() 2019-09-05 16:03:08 +00:00
parent 83b8408a35
commit fc39df8c97
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ in {
time.timeZone = "UTC";
boot.kernelPackages = unstable.linuxPackages_latest;
boot.kernelModules = [ "veth" ];
boot.blacklistedKernelModules = [ "nouveau" ];
boot.earlyVconsoleSetup = true;