porcorosso: start using manifest variable
This commit is contained in:
parent
a9cb53fa16
commit
0236b2450b
1 changed files with 3 additions and 1 deletions
|
@ -93,9 +93,11 @@ in {
|
|||
arcanist
|
||||
age
|
||||
(depot.nix.pkgs.secretsync.configure {
|
||||
workingDir = "/home/lukegb/depot";
|
||||
gitlabAccessToken = secrets.deployer.gitlabAccessToken;
|
||||
manifestVariable = "SECRETS_MANIFEST";
|
||||
variablesToFile = {
|
||||
"OPS_SECRETS_DEFAULT_NIX" = "/home/lukegb/depot/ops/secrets/default.nix";
|
||||
"OPS_SECRETS_DEFAULT_NIX" = "ops/secrets/default.nix";
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue