From 139adc7a724e1b9e8a16008a939f5322f1aefd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 12 Apr 2024 13:23:52 +0200 Subject: [PATCH] sops/compat: fix name reference --- nixosModules/clanCore/facts/compat.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/clanCore/facts/compat.nix b/nixosModules/clanCore/facts/compat.nix index cd7ceb222..c400f6dee 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;