porcorosso: swap path to a string.
Can't use a path here since this doesn't exist on CI.
This commit is contained in:
parent
0474fea9f7
commit
c110580d82
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
||||||
(depot.nix.pkgs.secretsync.configure {
|
(depot.nix.pkgs.secretsync.configure {
|
||||||
gitlabAccessToken = secrets.deployer.gitlabAccessToken;
|
gitlabAccessToken = secrets.deployer.gitlabAccessToken;
|
||||||
variablesToFile = {
|
variablesToFile = {
|
||||||
"OPS_SECRETS_DEFAULT_NIX" = /home/lukegb/depot/ops/secrets/default.nix;
|
"OPS_SECRETS_DEFAULT_NIX" = "/home/lukegb/depot/ops/secrets/default.nix";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue