From f31bfcb7282464e7e3826d344d7d17bc6b7653bd Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 12:34:02 -0400 Subject: [PATCH] sapphic-engineer: joken config key --- 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 10a5245..551e676 100644 --- a/nixos/hosts/sapphic-engineer/akkoma.nix +++ b/nixos/hosts/sapphic-engineer/akkoma.nix @@ -116,7 +116,7 @@ in { host = secretRef "s3--host"; }; - ":joken".":default_signer_secret" = secretRef "joken--default_signer"; + ":joken".":default_signer" = secretRef "joken--default_signer"; ":web_push_encryption".":vapid_details" = { private_key = secretRef "vapid--private_key"; public_key = secretRef "vapid--public_key";