Switch to LTS kernel
This commit is contained in:
parent
a5bb0caa31
commit
b8ac9c70e1
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
../../programs/sway/default.nix
|
../../programs/sway/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Use LTS kernel until intel driver hangs are fixed
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_4_19;
|
||||||
|
|
||||||
services.pcscd = {
|
services.pcscd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ pkgs.ccid ];
|
plugins = [ pkgs.ccid ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue