diff options
author | lassulus <lassulus@lassul.us> | 2018-01-04 12:56:41 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-04 12:56:41 +0100 |
commit | 9c6deead88c3df4d5ef10f6f4073c66ad966eda2 (patch) | |
tree | 162f37a9b60153a861fac311a1b1343f913b9fba /tv/2configs/default.nix | |
parent | 878a7f164a3c3b5df81cfba24a2badcd26d46ed0 (diff) | |
parent | 1f85655f52ebeaf32d615aae72231c8449604b89 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/2configs/default.nix')
-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 280552fe4..2ccab3d09 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; |