encrypted devices: provide working example

lassulus 77be4d91 f804a8ff

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/tasks/encrypted-devices.nix
···
keyFile = mkOption {
default = null;
-
example = "/root/.swapkey";
+
example = "/mnt-root/root/.swapkey";
type = types.nullOr types.str;
description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
};