From 6958da2d574bab3c8ff3957f3b6f3deeed635cf4 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 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;