machines/home: lock 5.19 kernel version

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-21 02:45:10 +03:00
parent 358e87aaec
commit a0021eec05
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -16,7 +16,7 @@
# Configure kernel # Configure kernel
boot = { boot = {
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_5_19;
extraModulePackages = with config.boot.kernelPackages; [ extraModulePackages = with config.boot.kernelPackages; [
rtl88x2bu rtl88x2bu
]; ];