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

View file

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