Binary Cache should almost work now. Switched to older Kernel on Lilim.
This commit is contained in:
parent
6fe0cbebe2
commit
782cd1efae
4 changed files with 25 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
localpkgs = import <nixpkgs-local> {};
|
||||
# vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
|
||||
in {
|
||||
imports = [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
|
||||
|
||||
|
@ -9,7 +10,7 @@ in {
|
|||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
cleanTmpDir = true;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_4_19;
|
||||
initrd.kernelModules = [ "hid-multitouch" ];
|
||||
initrd.availableKernelModules = [ "hid-microsoft" "hid-multitouch" "xhci_pci" "nvme" "usb_storage" "sd_mod" ];
|
||||
kernelModules = [ "kvm-intel" "hid-microsoft" "hid-multitouch" "uinput" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue