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 {
|
||||
internal = true;
|
||||
type = types.str;
|
||||
default = throw ''
|
||||
Error: No secrets setup method has been defined.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue