fix description of secretType.path

It talked about symlinks which isn't a feature of this yet.
This commit is contained in:
Ryan Mulligan 2020-09-03 13:41:45 -07:00
parent 1f7893895f
commit 91ff516ef6
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ let
type = types.str;
default = "/run/secrets/${config.name}";
description = ''
Path where secrets are symlinked to.
If the default is kept no symlink is created.
Path where the decrypted secret is installed.
'';
};
mode = mkOption {