From 86ecee627a82a9893a41af45db06431c716d13ab Mon Sep 17 00:00:00 2001 From: Daniel Carosone Date: Fri, 16 Jun 2023 12:25:34 +1000 Subject: [PATCH] typo --- 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 c214e277db4b..f18ab10bafd7 100644 --- a/nixos/modules/tasks/filesystems/zfs.nix +++ b/nixos/modules/tasks/filesystems/zfs.nix @@ -529,7 +529,7 @@ in Automatic pool detection found an empty pool name, which can't be used. Hint: for `fileSystems` entries with `fsType = zfs`, the `device` attribute should be a zfs dataset name, like `device = "pool/data/set"`. - This error can be triggered by using an absolute path, such as `"/dev/disks/..."`. + This error can be triggered by using an absolute path, such as `"/dev/disk/..."`. ''; } ];