diff options
author | tv <tv@krebsco.de> | 2018-01-04 02:35:11 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-01-04 02:35:11 +0100 |
commit | 5f3f6bfb27793bea992803b4ad9d6cbec2fee6f8 (patch) | |
tree | 070024c9ea267a3f88411a2495c3609e9f209eba /tv/2configs | |
parent | cd24bdba21bc0db7e30c37d7f0adb768065725a6 (diff) |
tv: use pkgs.linuxPackages_latest
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 280552f..2ccab3d 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -1,6 +1,8 @@ with import <stockholm/lib>; { config, pkgs, ... }: { + boot.kernelPackages = pkgs.linuxPackages_latest; + boot.tmpOnTmpfs = true; krebs.enable = true; |