nixos-module/defaults: unpin kernel

This commit is contained in:
Astro 2022-08-22 19:59:59 +02:00
parent 3bab8b0376
commit 2c9d36ff00
1 changed files with 1 additions and 1 deletions

View File

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