summary refs log tree commit diff
path: root/nixos/modules/tasks
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
parent2dcb1b3ed7defffd8cc418a94d33d32807f8fcf8 (diff)
downloadnixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar.gz
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar.bz2
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar.lz
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar.xz
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.tar.zst
nixpkgs-86ecee627a82a9893a41af45db06431c716d13ab.zip
typo
Diffstat (limited to 'nixos/modules/tasks')
-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 c214e277db4..f18ab10bafd 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/..."`.
           '';
         }
       ];