mirror of
https://github.com/RGBCube/agenix
synced 2025-07-27 16:57:46 +00:00
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;
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue