tv: make default kernel easily overridable

This commit is contained in:
tv 2020-10-03 04:07:25 +02:00
parent 7921b70b11
commit 58eb3302b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
with import <stockholm/lib>;
{ config, pkgs, ... }: {
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;