n/stereolith: huh. how did that snuck in here
All checks were successful
CI / x86_64-linux (push) Successful in 3m49s
CI / aarch64-linux (push) Successful in 1h27m33s

This commit is contained in:
Ari Gato 2025-01-21 15:03:35 +01:00
parent 1d815f4268
commit d3b4c3080e

View file

@ -22,8 +22,8 @@
boot.kernelModules = [ "kvm-amd" ];
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = pkgs.linuxPackages;
boot.zfs.package = pkgs.zfs_2_1;
boot.extraModulePackages = with config.boot.kernelPackages; [ zfs_2_1 ];
boot.zfs.package = pkgs.zfs_unstable;
boot.extraModulePackages = with config.boot.kernelPackages; [ zfs_unstable ];
boot.enableContainers = true;
boot.zfs.extraPools = [ config.networking.hostName ];