fuuko/hydra: Make serving build artifacts work
hydra-server.service does not have access to the signing key.
This commit is contained in:
parent
e629ad86fb
commit
9f70024257
|
@ -22,6 +22,7 @@ in
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
store_uri = file:///data/cache/nix-binary-cache?secret-key=${config.sops.secrets.binary-cache-secret-key.path}
|
store_uri = file:///data/cache/nix-binary-cache?secret-key=${config.sops.secrets.binary-cache-secret-key.path}
|
||||||
|
server_store_uri = file:///data/cache/nix-binary-cache
|
||||||
|
|
||||||
upload_logs_to_binary_cache = true
|
upload_logs_to_binary_cache = true
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue