1
0
forked from clan/clan-core

sops/compat: fix name reference

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;