From 7688206a0bfaddf950a1fb85b84fabdc1232e7f8 Mon Sep 17 00:00:00 2001 From: Svein Ove Aas Date: Wed, 23 Dec 2015 00:33:06 +0100 Subject: [PATCH] zfs:Change default for -d to /dev/disk/by-id --- nixos/modules/tasks/filesystems/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tasks/filesystems/zfs.nix b/nixos/modules/tasks/filesystems/zfs.nix index 14c6b05f95c..f4c42b16220 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -75,7 +75,7 @@ in devNodes = mkOption { type = types.path; - default = "/dev"; + default = "/dev/disk/by-id"; example = "/dev/disk/by-id"; description = '' Name of directory from which to import ZFS devices.