Add new secrets to config

This commit is contained in:
2024-08-13 14:33:36 -05:00
parent cde0f30b68
commit 5128e70e35

View File

@@ -21,6 +21,8 @@
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."tandoor/secret_key" = {};
secrets."tandoor/db_password" = {};
secrets."porkbun.keytab" = { secrets."porkbun.keytab" = {
format = "binary"; format = "binary";
sopsFile = ../../secrets/diphda/porkbun.keytab; sopsFile = ../../secrets/diphda/porkbun.keytab;