Switch to pkgs.linuxPackages for stable kernel

This commit is contained in:
Dave Gallant
2022-04-03 12:25:51 -04:00
parent 81ab1ed90a
commit ccf6f35690
6 changed files with 52 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages;
boot.supportedFilesystems = [ "ntfs" ];
system.stateVersion = "unstable";
@@ -13,7 +13,7 @@
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
/* "electron-9.4.4" */ # authy is currently stuck on electron_9
"electron-9.4.4" # authy is currently stuck on electron_9
];
};