refactor: move password secrets to subdir

This commit is contained in:
Mohammad Rafiq 2025-04-06 16:19:29 +08:00
parent 7b615ff2d6
commit 9628ebc29c
No known key found for this signature in database
4 changed files with 12 additions and 14 deletions

View file

@ -6,9 +6,9 @@
sops = {
defaultSopsFile = ./secrets/secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
age.sshKeyPaths = [ "/home/rafiq/.ssh/id_ed25519" ];
secrets = {
password.neededForUsers = true;
"rafiq/password".neededForUsers = true;
ts_auth_key = { };
cwp_jira_link = { };
cwp_jira_pat = { };