feat(sops): add cargo registry token as secret
This commit is contained in:
parent
c9b321991f
commit
fa620983be
5 changed files with 21 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ inputs, config, ... }:
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
sops = {
|
||||
|
@ -13,6 +13,11 @@
|
|||
};
|
||||
cwp_jira_access_key = { };
|
||||
cwp_jira_link = { };
|
||||
cargo_api_key = {
|
||||
mode = "0440";
|
||||
owner = config.users.users.rafiq.name;
|
||||
group = config.users.users.rafiq.group;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue