From bdee7f502c737a8fd99e51d170bf9ee77475cd1f Mon Sep 17 00:00:00 2001 From: Jack Cummings Date: Thu, 6 Dec 2012 15:12:10 -0800 Subject: [PATCH] spl module params in boot.spl.* --- modules/tasks/filesystems/zfs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tasks/filesystems/zfs.nix b/modules/tasks/filesystems/zfs.nix index d8ea66f2cd4..8c643511724 100644 --- a/modules/tasks/filesystems/zfs.nix +++ b/modules/tasks/filesystems/zfs.nix @@ -10,7 +10,7 @@ with pkgs.lib; let - cfgSpl = config.environment.spl; + cfgSpl = config.boot.spl; inInitrd = any (fs: fs == "zfs") config.boot.initrd.supportedFilesystems; inSystem = any (fs: fs == "zfs") config.boot.supportedFilesystems; kernel = config.boot.kernelPackages; @@ -22,7 +22,7 @@ in ###### interface options = { - environment.spl.hostid = mkOption { + boot.spl.hostid = mkOption { default = ""; example = "0xdeadbeef"; description = ''