tv: use pkgs.linuxPackages_latest

This commit is contained in:
tv 2018-01-04 02:35:11 +01:00
parent 98aedda77d
commit 8bf0916f1e

View File

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