tv: use pkgs.linuxPackages_latest
This commit is contained in:
parent
98aedda77d
commit
8bf0916f1e
|
@ -1,6 +1,8 @@
|
|||
with import <stockholm/lib>;
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
krebs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue