secrets: mark option 'secretsSetupMethod' as internal

This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:42 +02:00
parent f9a0fd7a17
commit ca3c7a281b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ in
};
secretsSetupMethod = mkOption {
internal = true;
type = types.str;
default = throw ''
Error: No secrets setup method has been defined.