tv: stop using pkgs.linuxPackages_latest

Because otherwise all systems using zfs have to override
boot.kernelPackages with a compatible version.
This commit is contained in:
tv 2021-11-22 15:10:22 +01:00
parent 8f97f5e2e1
commit e51e379342
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
with import <stockholm/lib>;
{ config, pkgs, ... }: {
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
boot.tmpOnTmpfs = true;
krebs.enable = true;