fuuko/hydra: Make serving build artifacts work

hydra-server.service does not have access to the signing key.
This commit is contained in:
Simon Bruder 2021-05-13 14:23:10 +02:00
parent e629ad86fb
commit 9f70024257
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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
''; '';