sops/compat: fix name reference

This commit is contained in:
Jörg Thalheim
2024-04-12 13:23:52 +02:00
parent b8d474402a
commit 139adc7a72

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;