Added partial Unl0kr Support
All checks were successful
/ Check Nix Flake (push) Successful in 1m40s
All checks were successful
/ Check Nix Flake (push) Successful in 1m40s
This commit is contained in:
parent
42ca8978c4
commit
ca3b1adf5e
2 changed files with 7 additions and 4 deletions
|
@ -109,7 +109,7 @@
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue