smithers, blackadder: use zfs.latestCompatiblelinuxpackages

auto-flake-update
Yorick van Pelt 2022-05-14 11:46:32 +02:00
parent 754a0953a3
commit 2208d630f5
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ in {
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" ];
boot.kernelModules = [ "nct6775" ];
boot.kernelPackages = pkgs.linuxPackages_5_15; # todo: zfs
boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
networking.hostId = "c7736638";
services.zfs.autoScrub.enable = true;
services.zfs.trim.enable = true;

View File

@ -12,6 +12,7 @@ in {
boot.zfs.requestEncryptionCredentials = true;
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
networking.wireless.iwd.enable = true;
networking.hostId = "54a8968e";