cluster/services/hercules-ci-multi-agent: enable bucket website access for nix-store
This commit is contained in:
parent
60b18c9ccb
commit
4be09304ae
1 changed files with 4 additions and 1 deletions
|
@ -36,6 +36,9 @@
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
keys = lib.genAttrs hciAgentKeys (lib.const {});
|
keys = lib.genAttrs hciAgentKeys (lib.const {});
|
||||||
buckets.nix-store.allow = lib.genAttrs hciAgentKeys (lib.const [ "read" "write" ]);
|
buckets.nix-store = {
|
||||||
|
allow = lib.genAttrs hciAgentKeys (lib.const [ "read" "write" ]);
|
||||||
|
web.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue