From b306cd6c4653fdb2ef8d7c175bf8d3dfdff3268c Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 12:25:40 -0400 Subject: [PATCH] sapphic-engineer: fix builtin name --- nixos/hosts/sapphic-engineer/akkoma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/sapphic-engineer/akkoma.nix b/nixos/hosts/sapphic-engineer/akkoma.nix index d902054..b0df1c3 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -3,7 +3,7 @@ defaultSecret = { sopsFile = ../../../secrets/sapphic-engineer/default.yaml; }; - secrets = keys: builtins.listToAttr (map (name: nameValuePair name defaultSecret) keys); + secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys); secretRef = key: { _secret = config.sops.secrets.${key}.path; }; in { # imports = [