secrets: mark option 'secretsSetupMethod' as internal
This commit is contained in:
parent
f9a0fd7a17
commit
ca3c7a281b
@ -60,6 +60,7 @@ in
|
||||
};
|
||||
|
||||
secretsSetupMethod = mkOption {
|
||||
internal = true;
|
||||
type = types.str;
|
||||
default = throw ''
|
||||
Error: No secrets setup method has been defined.
|
||||
|
Loading…
Reference in New Issue
Block a user