Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
All checks were successful
/ Check Nix Flake (push) Successful in 1m44s

Signed-off-by: kB01 <kb01@kb-one.de>
This commit is contained in:
Matthias 2025-02-09 20:13:57 +01:00
commit 1f9f5a1914

View file

@ -11,9 +11,12 @@ in {
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
# boot.initrd.systemd.enable = true;
# boot.initrd.unl0kr.enable = true;
boot.initrd.kernelModules = [ "ipts" "mei" "mei_me" ];
boot.initrd.systemd.enable = true;
boot.initrd.unl0kr.enable = true;
boot.initrd.unl0kr.settings = {
general.backend = "drm";
};
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];