feat: add tradaware PEM configuration to secrets
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 26s
Nix Format Check / check-format (push) Failing after 1m26s
Python Lint Check / check-python (push) Failing after 19s

This commit is contained in:
2025-07-18 15:57:30 +02:00
parent b78cae3c58
commit 04a0f759c2

View File

@@ -39,6 +39,11 @@
path = ".ssh/config.d/work-prod.conf";
mode = "0644";
};
tradawarePem = {
reference = "op://Dotfiles/Tradaware TransIP PEM/pem";
path = ".config/tradaware.pem";
mode = "0600";
};
};
};
}