forked from mirrors_public/oddlama_nix-config
fix: mixed up kernel modules of ward and sire
This commit is contained in:
parent
85419d5fed
commit
5b0a073d5b
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
];
|
||||
|
||||
boot.mode = "efi";
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "e1000e" "alx"];
|
||||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "r8169"];
|
||||
|
||||
meta.promtail = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue