fix again

This commit is contained in:
2026-02-15 01:41:34 +04:00
parent b6371ad7d8
commit c2505b344d

View File

@@ -94,6 +94,7 @@ in
sops_secrets_map = sops_secrets_map =
host: host:
lib.mkMerge ( lib.mkMerge (
lib.concatLists (
lib.mapAttrsToList ( lib.mapAttrsToList (
name: value: name: value:
let let
@@ -125,6 +126,7 @@ in
) )
) )
) secret_map ) secret_map
)
); );
in in
{ {