Switch to LTS kernel

This commit is contained in:
Charlotte Van Petegem 2020-02-10 19:06:16 +01:00
parent a5bb0caa31
commit b8ac9c70e1

View file

@ -10,6 +10,9 @@
../../programs/sway/default.nix
];
# Use LTS kernel until intel driver hangs are fixed
boot.kernelPackages = pkgs.linuxPackages_4_19;
services.pcscd = {
enable = true;
plugins = [ pkgs.ccid ];