From 5abd6a4f04906404015e2785e65f2b6f1055e4e8 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 15 Jan 2026 13:36:35 +0100 Subject: [PATCH] Update key option description --- modules/home-manager/sops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/sops.nix b/modules/home-manager/sops.nix index 853efec..e340198 100644 --- a/modules/home-manager/sops.nix +++ b/modules/home-manager/sops.nix @@ -25,7 +25,7 @@ let default = if cfg.defaultSopsKey != null then cfg.defaultSopsKey else name; description = '' Key used to lookup in the sops file. - No tested data structures are supported right now. + To access nested data structures, use / as a separator. This option is ignored if format is binary. "" means whole file. '';