From 3f739e3b32a058908615989fb6fdd4d3e7e453d4 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Fri, 2 Aug 2024 13:36:53 -0500 Subject: [PATCH] Finish acme setup --- hosts/diphda/system.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/diphda/system.nix b/hosts/diphda/system.nix index 423b5ec..958371e 100644 --- a/hosts/diphda/system.nix +++ b/hosts/diphda/system.nix @@ -21,8 +21,10 @@ age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; secrets."mc-arcadia/repo_password" = {}; - secrets."porkbun/secret_key" = {}; - secrets."porkbun/api_key" = {}; + secrets."porkbun.keytab" = { + format = "binary"; + sopsFile = ./porkbun.keytab; + }; }; systemd.timers."mc-arcadia-backup" = {