secrets: use type lines
for generateSecretsCmds
This allows users to amend secrets cmds.
This commit is contained in:
parent
bc2f66d4f1
commit
85310b533a
@ -28,7 +28,7 @@ let
|
||||
};
|
||||
|
||||
generateSecretsCmds = mkOption {
|
||||
type = types.attrsOf types.str;
|
||||
type = types.attrsOf types.lines;
|
||||
default = {};
|
||||
description = mdDoc ''
|
||||
Bash expressions for generating secrets.
|
||||
|
Loading…
Reference in New Issue
Block a user