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 =
host:
lib.mkMerge (
lib.concatLists (
lib.mapAttrsToList (
name: value:
let
@@ -125,6 +126,7 @@ in
)
)
) secret_map
)
);
in
{