mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
Some checks are pending
/ Check Nix Flake (push) Waiting to run
Some checks are pending
/ Check Nix Flake (push) Waiting to run
Signed-off-by: kB01 <kb01@kb-one.de>
This commit is contained in:
commit
1f9f5a1914
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue