nixos-module/defaults: pin kernelPackage to 5.17 for zfs build compatibility

This commit is contained in:
Astro 2022-06-10 20:05:19 +02:00
parent 5a6dd62e64
commit a0eb8a5f82
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
];
boot.tmpOnTmpfs = true;
# Includes wireguard
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_5_17;
# Keep building
boot.zfs.enableUnstable = true;