zfs:Change default for -d to /dev/disk/by-id

Changed files
+1 -1
nixos
modules
tasks
filesystems
+1 -1
nixos/modules/tasks/filesystems/zfs.nix
···
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.