Finish acme setup

This commit is contained in:
2024-08-02 13:36:53 -05:00
parent 339d4af34c
commit 3f739e3b32

View File

@@ -21,8 +21,10 @@
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets."mc-arcadia/repo_password" = {}; secrets."mc-arcadia/repo_password" = {};
secrets."porkbun/secret_key" = {}; secrets."porkbun.keytab" = {
secrets."porkbun/api_key" = {}; format = "binary";
sopsFile = ./porkbun.keytab;
};
}; };
systemd.timers."mc-arcadia-backup" = { systemd.timers."mc-arcadia-backup" = {