secrets: mark option 'secretsSetupMethod' as internal
This commit is contained in:
parent
f9a0fd7a17
commit
ca3c7a281b
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
secretsSetupMethod = mkOption {
|
secretsSetupMethod = mkOption {
|
||||||
|
internal = true;
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = throw ''
|
default = throw ''
|
||||||
Error: No secrets setup method has been defined.
|
Error: No secrets setup method has been defined.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue