zfs:Change default for -d to /dev/disk/by-id
This commit is contained in:
parent
9a82dd87f7
commit
7688206a0b
@ -75,7 +75,7 @@ in
|
|||||||
|
|
||||||
devNodes = mkOption {
|
devNodes = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = "/dev";
|
default = "/dev/disk/by-id";
|
||||||
example = "/dev/disk/by-id";
|
example = "/dev/disk/by-id";
|
||||||
description = ''
|
description = ''
|
||||||
Name of directory from which to import ZFS devices.
|
Name of directory from which to import ZFS devices.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user