switch to effect for darwin ssh deploy

This commit is contained in:
zowoq 2023-12-27 10:43:18 +10:00
parent 8471d2a8d6
commit 3464ec27e2
5 changed files with 47 additions and 3 deletions
modules/nixos

View file

@ -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/";