summaryrefslogtreecommitdiff
path: root/system-profiles/zfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/zfs.nix')
-rw-r--r--system-profiles/zfs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-profiles/zfs.nix b/system-profiles/zfs.nix
index 5703f7ed..85e5ad03 100644
--- a/system-profiles/zfs.nix
+++ b/system-profiles/zfs.nix
@@ -1,6 +1,6 @@
1{ pkgs, ... } : { 1{ config, pkgs, ... } : {
2 config.boot = { 2 config.boot = {
3 kernelPackages = pkgs.linuxPackages_5_15; 3 kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
4 supportedFilesystems = [ "zfs" ]; 4 supportedFilesystems = [ "zfs" ];
5 zfs.enableUnstable = true; 5 zfs.enableUnstable = true;
6 }; 6 };