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:
parent
8f97f5e2e1
commit
e51e379342
@ -1,8 +1,6 @@
|
||||
with import <stockholm/lib>;
|
||||
{ config, pkgs, ... }: {
|
||||
|
||||
boot.kernelPackages = mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
boot.tmpOnTmpfs = true;
|
||||
|
||||
krebs.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user