refactor: move password secrets to subdir
This commit is contained in:
parent
7b615ff2d6
commit
9628ebc29c
4 changed files with 12 additions and 14 deletions
|
@ -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 = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue