feat(sops): add cwp jira secret and url to sops as environment variables for rafiq
This commit is contained in:
parent
076f81007c
commit
c952e6df1e
3 changed files with 27 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
{inputs, ...}: {
|
||||
imports = [inputs.sops-nix.nixosModules.sops];
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
sops = {
|
||||
defaultSopsFile = ../../secrets/secrets.yaml;
|
||||
age.sshKeyPaths = [
|
||||
|
@ -10,6 +11,8 @@
|
|||
hashed_password_rafiq = {
|
||||
neededForUsers = true;
|
||||
};
|
||||
cwp_jira_access_key = { };
|
||||
cwp_jira_link = { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue