main
nix 16 lines 455 Bytes
Raw
1 {
2 sops.secrets = {
3 "ofborg/github-oauth-secret" = {
4 mode = "0440";
5 group = "ofborg-github-oauth-secret";
6 sopsFile = ../../secrets/github-tokens.ofborg.org.yml;
7 };
8 "ofborg/github-app-key" = {
9 mode = "0440";
10 group = "ofborg-github-app-key";
11 sopsFile = ../../secrets/github-tokens.ofborg.org.yml;
12 };
13 };
14 users.groups."ofborg-github-oauth-secret" = { };
15 users.groups."ofborg-github-app-key" = { };
16 }