Attempt to make ZFS work with custom installer image

This commit is contained in:
Vili Sinervä 2025-07-24 12:51:08 +03:00
parent 6e23b00177
commit ca8ced077f
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -41,7 +41,7 @@ in
environment.defaultPackages = lib.mkForce [ zfs ]; # this merges with outer noninteractive module.
boot.kernelModules = [ "zfs" ];
boot.extraModulePackages = [ config.boot.kernelPackages.zfs_unstable ];
boot.kernelPackages = latestKernelPackage;
boot.kernelPackages = lib.mkForce latestKernelPackage;
custom.services.nixCacheClient.enable = true;
services.qemuGuest.enable = true;