From 6cfe1e9d7d487ef43c669628f7c443cbb22260a2 Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 12:24:32 -0400 Subject: [PATCH] sapphic-engineer: fix secretRef --- 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 a1a5a52..5f38b89 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -4,7 +4,7 @@ sopsFile = ../../../secrets/sapphic-engineer/default.yaml; }; secrets = keys: builtins.listToAttr (map (name: nameValuePair name defaultSecret) keys); - secretRef = key: { _secret: config.sops.secrets.${key}.path; }; + secretRef = key: { _secret = config.sops.secrets.${key}.path; }; in { imports = [ inputs.tachikoma-fe.nixosModules.default