Attempt at stuff
This commit is contained in:
parent
2329d67d16
commit
c90590640f
3 changed files with 6 additions and 3 deletions
|
@ -62,7 +62,7 @@ in
|
|||
description = "Path to the password store entry";
|
||||
};
|
||||
selector = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
default = null;
|
||||
description = "If set, will parse the password metadata as YML and use selector (yq) instead of the password.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue