diff --git a/nixosModules/clanCore/facts/compat.nix b/nixosModules/clanCore/facts/compat.nix index cd7ceb22..c400f6de 100644 --- a/nixosModules/clanCore/facts/compat.nix +++ b/nixosModules/clanCore/facts/compat.nix @@ -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;