fix description of secretType.path
It talked about symlinks which isn't a feature of this yet.
This commit is contained in:
parent
1f7893895f
commit
91ff516ef6
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue