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

wip/yesman
Svein Ove Aas 9 years ago
parent 9a82dd87f7
commit 7688206a0b
  1. 2
      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.

Loading…
Cancel
Save