fix: mixed up kernel modules of ward and sire

This commit is contained in:
oddlama 2024-01-05 17:34:43 +01:00
parent 85419d5fed
commit 5b0a073d5b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
];
boot.mode = "efi";
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "r8169"];
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "e1000e" "alx"];
meta.promtail = {
enable = true;