update to Linux 5.1

This commit is contained in:
Felix Schröter 2019-08-27 00:47:14 +02:00
parent 00423dc7fc
commit 2be9cb74d8
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -36,6 +36,7 @@ in
} }
]; ];
# boot.kernelPackages = pkgs.linuxPackages_latest; # boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_5_1;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.canTouchEfiVariables = false;