summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-11-22 15:10:22 +0100
committertv <tv@krebsco.de>2021-11-22 15:10:22 +0100
commite51e379342628dd3d01c15f91674e130466142a9 (patch)
tree73e3bacdbb3cf8544ef9136567c81ffd45537ad9 /tv/2configs
parent8f97f5e2e1fd5c6f73db0bc6546ad098c8b162fe (diff)
tv: stop using pkgs.linuxPackages_latest
Because otherwise all systems using zfs have to override boot.kernelPackages with a compatible version.
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index 8e8d0a46..de298e16 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -1,8 +1,6 @@
with import <stockholm/lib>;
{ config, pkgs, ... }: {
- boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
-
boot.tmpOnTmpfs = true;
krebs.enable = true;