nixos-module/server/server2: modprobe pppoe

This commit is contained in:
Astro 2021-05-31 00:51:14 +02:00
parent bd795b270a
commit ac4b28f1e3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelModules = [ "kvm-intel" "pppoe" ];
boot.extraModulePackages = [ ];
hardware.cpu.intel.updateMicrocode = true;