about summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems
diff options
context:
space:
mode:
authorDaniel Carosone <dan@geek.com.au>2023-06-16 12:25:34 +1000
committerDaniel Carosone <dan@geek.com.au>2023-06-16 12:25:34 +1000
commit86ecee627a82a9893a41af45db06431c716d13ab (patch)
tree633177db210d06ea5bf41df190bf78a9c20edacc /nixos/modules/tasks/filesystems
parent2dcb1b3ed7defffd8cc418a94d33d32807f8fcf8 (diff)
downloadnixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar.gz
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar.bz2
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar.lz
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar.xz
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.tar.zst
nixlib-86ecee627a82a9893a41af45db06431c716d13ab.zip
typo
Diffstat (limited to 'nixos/modules/tasks/filesystems')
-rw-r--r--nixos/modules/tasks/filesystems/zfs.nix2
1 files changed, 1 insertions, 1 deletions
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/..."`.
           '';
         }
       ];