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