cluster/services/hercules-ci-multi-agent: use forService
This commit is contained in:
parent
8dcd4f39e1
commit
af2808833a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
lib.unique
|
||||
(map (x: "hci-agent-${x}"))
|
||||
];
|
||||
in {
|
||||
in config.lib.forService "hercules-ci-multi-agent" {
|
||||
keys = lib.genAttrs hciAgentKeys (lib.const {});
|
||||
buckets.nix-store = {
|
||||
allow = lib.genAttrs hciAgentKeys (lib.const [ "read" "write" ]);
|
||||
|
|
Loading…
Reference in a new issue