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 = [