Attempt at stuff

This commit is contained in:
Geoffrey Frogeye 2024-07-30 20:24:44 +02:00
parent 2329d67d16
commit c90590640f
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 6 additions and 3 deletions

View file

@ -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.";
};