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 | 980e8a52858c5a5ec55a6dca5934a754661373af (patch) | |
tree | edb5bf482bd7d5b7353f758d88ad353ed5b14438 /tv/2configs | |
parent | f4078fd4f668417fe64579767e61f70b2099ad57 (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.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 8e8d0a4..de298e1 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; |