mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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 {
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user