The Simulacrum: Stage 5 #113

Merged
max merged 5 commits from pr-simulacrum-stage-5 into master 2024-08-16 20:54:11 +03:00
Showing only changes of commit af2808833a - Show all commits

View file

@ -62,7 +62,7 @@
lib.unique lib.unique
(map (x: "hci-agent-${x}")) (map (x: "hci-agent-${x}"))
]; ];
in { in config.lib.forService "hercules-ci-multi-agent" {
keys = lib.genAttrs hciAgentKeys (lib.const {}); keys = lib.genAttrs hciAgentKeys (lib.const {});
buckets.nix-store = { buckets.nix-store = {
allow = lib.genAttrs hciAgentKeys (lib.const [ "read" "write" ]); allow = lib.genAttrs hciAgentKeys (lib.const [ "read" "write" ]);