Config had to change to deal with breakage
This commit is contained in:
Alejandro Angulo 2024-05-26 21:56:59 -07:00
parent 39bfc75da0
commit ab5a05bd86
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 25 additions and 24 deletions

View file

@ -4,7 +4,6 @@
{
config,
lib,
pkgs,
modulesPath,
...
}: {
@ -15,7 +14,6 @@
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-intel"];
boot.extraModulePackages = with config.boot.kernelPackages; [rtl88x2bu];
fileSystems."/" = {
device = "rpool/nixos/root";