sops/compat: fix name reference
All checks were successful
checks / check-links (pull_request) Successful in 14s
checks / checks-impure (pull_request) Successful in 1m51s
checks / checks (pull_request) Successful in 3m42s

This commit is contained in:
Jörg Thalheim 2024-04-12 13:23:52 +02:00
parent 58446db110
commit 6958da2d57

View File

@ -90,7 +90,7 @@
description = ''
name of the secret
'';
default = secret.name;
default = secret.config._module.args.name;
};
path = lib.mkOption {
type = lib.types.path;