switch to effect for darwin ssh deploy
This commit is contained in:
parent
8471d2a8d6
commit
3464ec27e2
5 changed files with 47 additions and 3 deletions
modules/nixos
|
@ -67,6 +67,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
sops.secrets.buildbot-effects-nix-community-infra = { };
|
||||
|
||||
services.buildbot-nix.master.effects.perRepoSecretFiles = {
|
||||
"github:nix-community/infra" = config.sops.secrets.buildbot-effects-nix-community-infra.path;
|
||||
};
|
||||
|
||||
services.buildbot-master = {
|
||||
title = "Nix Community";
|
||||
titleUrl = "https://nix-community.org/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue