diff options
author | tv <tv@krebsco.de> | 2021-11-22 15:10:22 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-11-22 15:10:22 +0100 |
commit | e51e379342628dd3d01c15f91674e130466142a9 (patch) | |
tree | 73e3bacdbb3cf8544ef9136567c81ffd45537ad9 | |
parent | 8f97f5e2e1fd5c6f73db0bc6546ad098c8b162fe (diff) |
tv: stop using pkgs.linuxPackages_latest
Because otherwise all systems using zfs have to override
boot.kernelPackages with a compatible version.
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 8e8d0a468..de298e162 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; |