diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 14:56:43 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-10 14:56:43 +0200 |
commit | 1a7188052f235fb632700478fad0108e4306107d (patch) | |
tree | 046b43c711a161190e99953c709cd69aaa49b724 /nixops/modules/buildbot | |
parent | d42bbbe6f510fce233ecb66d44d205761390b56e (diff) | |
download | Nix-1a7188052f235fb632700478fad0108e4306107d.tar.gz Nix-1a7188052f235fb632700478fad0108e4306107d.tar.zst Nix-1a7188052f235fb632700478fad0108e4306107d.zip |
Move secrets module outside of nixops
Diffstat (limited to 'nixops/modules/buildbot')
-rw-r--r-- | nixops/modules/buildbot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/buildbot/default.nix b/nixops/modules/buildbot/default.nix index 7632602..5cf833b 100644 --- a/nixops/modules/buildbot/default.nix +++ b/nixops/modules/buildbot/default.nix | |||
@@ -106,7 +106,7 @@ in | |||
106 | ''; | 106 | ''; |
107 | }) myconfig.env.buildbot.projects; | 107 | }) myconfig.env.buildbot.projects; |
108 | 108 | ||
109 | mySecrets.keys = ( | 109 | secrets.keys = ( |
110 | lib.lists.flatten ( | 110 | lib.lists.flatten ( |
111 | lib.attrsets.mapAttrsToList (k: project: | 111 | lib.attrsets.mapAttrsToList (k: project: |
112 | lib.attrsets.mapAttrsToList (k: v: | 112 | lib.attrsets.mapAttrsToList (k: v: |