feat(sops): add cwp jira secrets as env vars
This commit is contained in:
parent
c2e759b19c
commit
aae541293c
4 changed files with 16 additions and 6 deletions
|
@ -7,8 +7,12 @@
|
|||
sops = {
|
||||
defaultSopsFile = ./secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
secrets.password.neededForUsers = true;
|
||||
secrets.ts_auth_key = { };
|
||||
secrets = {
|
||||
password.neededForUsers = true;
|
||||
ts_auth_key = { };
|
||||
cwp_jira_link = { };
|
||||
cwp_jira_pat = { };
|
||||
};
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue