Merge branch 'main' of ssh://git.kb-one.de:9522/kb01/aux-config
All checks were successful
/ Check Nix Flake (push) Successful in 1m44s
All checks were successful
/ Check Nix Flake (push) Successful in 1m44s
Signed-off-by: kB01 <kb01@kb-one.de>
This commit is contained in:
commit
1f9f5a1914
1 changed files with 6 additions and 3 deletions
|
@ -11,9 +11,12 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ "ipts" "mei" "mei_me" ];
|
||||||
# boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
# boot.initrd.unl0kr.enable = true;
|
boot.initrd.unl0kr.enable = true;
|
||||||
|
boot.initrd.unl0kr.settings = {
|
||||||
|
general.backend = "drm";
|
||||||
|
};
|
||||||
|
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue